diff options
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index 9fa99b4..f89f534 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -30,7 +30,7 @@ #include "filestuff.h" #include <sys/types.h> -#include "gdb_string.h" +#include <string.h> #include "gdb_stat.h" #include <fcntl.h> #include "gdbcore.h" |