diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 0a889a0..bfe4da9 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -21,6 +21,7 @@ #include <ctype.h> #include "event-top.h" #include "exceptions.h" +#include "gdbsupport/gdb_vecs.h" #include "gdbsupport/unordered_set.h" #include "symtab.h" #include "frame.h" |