diff options
Diffstat (limited to 'gdb/probe.h')
-rw-r--r-- | gdb/probe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/probe.h b/gdb/probe.h index 5c83f49..8abf69e 100644 --- a/gdb/probe.h +++ b/gdb/probe.h @@ -20,6 +20,8 @@ #if !defined (PROBE_H) #define PROBE_H 1 +#include "symtab.h" + struct event_location; struct linespec_result; |