diff options
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/command.h b/gdb/command.h index aa179e9..4a56a51 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -19,6 +19,7 @@ #define COMMAND_H 1 #include "gdb_vecs.h" +#include "common/scoped_restore.h" /* This file defines the public interface for any code wanting to create commands. */ |