diff options
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 0f38d59..193832f 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -19,6 +19,8 @@ #if !defined (BUILDSYM_H) #define BUILDSYM_H 1 +#include "gdb_obstack.h" + struct objfile; struct symbol; struct addrmap; |