diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c index d1e2623..95b6a56 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -41,7 +41,7 @@ #include "user-regs.h" #include <algorithm> #include "completer.h" -#include "selftest.h" +#include "common/selftest.h" #include "common/array-view.h" /* Definition of a user function. */ |