diff options
Diffstat (limited to 'gdb/location.h')
-rw-r--r-- | gdb/location.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/location.h b/gdb/location.h index 9e87520..e4058ed 100644 --- a/gdb/location.h +++ b/gdb/location.h @@ -19,6 +19,8 @@ #ifndef LOCATION_H #define LOCATION_H +#include "symtab.h" + struct language_defn; struct event_location; |