diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 70a927a..f669e30 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -38,7 +38,7 @@ #include "gdb_stat.h" #include <fcntl.h> #include "gdb_obstack.h" -#include "gdb_string.h" +#include <string.h> #include "hashtab.h" #include "breakpoint.h" |