aboutsummaryrefslogtreecommitdiff
path: root/gdb/infptrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-25 06:49:01 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-25 06:49:01 +0000
commit4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135 (patch)
tree63a806bea5f0fd97c92dd98419dea2fef3cbdda2 /gdb/infptrace.c
parent944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6 (diff)
downloadfsf-binutils-gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.zip
fsf-binutils-gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.gz
fsf-binutils-gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.bz2
Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h".
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r--gdb/infptrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c
index fb0373a..0a74b5d 100644
--- a/gdb/infptrace.c
+++ b/gdb/infptrace.c
@@ -34,7 +34,7 @@
#endif
#include <sys/param.h>
-#include <sys/dir.h>
+#include "gdb_dirent.h"
#include <signal.h>
#include <sys/ioctl.h>