diff options
Diffstat (limited to 'gdb/core-svr4.c')
-rw-r--r-- | gdb/core-svr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/core-svr4.c b/gdb/core-svr4.c index e0743fdf37a..f1def9f97ef 100644 --- a/gdb/core-svr4.c +++ b/gdb/core-svr4.c @@ -39,7 +39,7 @@ regardless of whether or not the actual target has floating point hardware. #include <sys/procfs.h> #include <fcntl.h> #include <errno.h> -#include <string.h> +#include "gdb_string.h" #include "inferior.h" #include "target.h" |