diff options
Diffstat (limited to 'gdb/gdb_regex.c')
-rw-r--r-- | gdb/gdb_regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_regex.c b/gdb/gdb_regex.c index 711f121..ce84443 100644 --- a/gdb/gdb_regex.c +++ b/gdb/gdb_regex.c @@ -17,7 +17,7 @@ #include "defs.h" #include "gdb_regex.h" -#include "common/def-vector.h" +#include "gdbsupport/def-vector.h" compiled_regex::compiled_regex (const char *regex, int cflags, const char *message) |