diff options
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h index bac59e7..4a239a7 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -18,7 +18,7 @@ #if !defined (COMMAND_H) #define COMMAND_H 1 -#include "gdb_vecs.h" +#include "common/gdb_vecs.h" #include "common/scoped_restore.h" struct completion_tracker; |