diff options
Diffstat (limited to 'gdb/common/filestuff.c')
-rw-r--r-- | gdb/common/filestuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c index 4032f36..ff6d54f 100644 --- a/gdb/common/filestuff.c +++ b/gdb/common/filestuff.c @@ -20,7 +20,7 @@ #include "server.h" #else #include "defs.h" -#include "gdb_string.h" +#include <string.h> #endif #include "filestuff.h" #include "gdb_vecs.h" |