summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 79705fec06d..bb9525cf067 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -25,7 +25,9 @@
#define SYMTAB_H 1
/* Opaque declarations. */
-
+struct ui_file;
+struct frame_info;
+struct symbol;
struct obstack;
struct objfile;
struct block;