summaryrefslogtreecommitdiff
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
commitce2bb7644788327e2445d883a95753b9d53d1fda (patch)
tree1f5a9ce92ff23e368429696040b65e26de321cab /gdb/infptrace.c
parent76426319be624f6718215b2d1ebc613c7ea15400 (diff)
downloadgdb-ce2bb7644788327e2445d883a95753b9d53d1fda.tar.gz
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 fb0373af94e..0a74b5d63a4 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>