diff options
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r-- | gdb/annotate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h index 4a9e1b5..b55dffe 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -19,8 +19,8 @@ #ifndef ANNOTATE_H #define ANNOTATE_H -#include "symtab.h" #include "gdbtypes.h" +#include "symtab.h" extern void annotate_breakpoint (int); extern void annotate_catchpoint (int); |