aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-06 19:18:28 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-06 19:18:28 +0000
commitaef21287e3dc2fa0b8ffbe08f0a969b392559a6d (patch)
treedf0cc042a2e6f652b900005b4bb823f5970e996f /gdb/gnu-nat.c
parent30efa6272a38c9f860a59bbc2523d8b8ed4b9279 (diff)
downloadfsf-binutils-gdb-aef21287e3dc2fa0b8ffbe08f0a969b392559a6d.zip
fsf-binutils-gdb-aef21287e3dc2fa0b8ffbe08f0a969b392559a6d.tar.gz
fsf-binutils-gdb-aef21287e3dc2fa0b8ffbe08f0a969b392559a6d.tar.bz2
<string.h> -> "gdb_string.h"
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index fb020b1..e48b536 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -30,7 +30,7 @@
#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
-#include <string.h>
+#include "gdb_string.h"
#include <sys/ptrace.h>
#include <mach.h>