diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-25 06:49:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-25 06:49:01 +0000 |
commit | 4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135 (patch) | |
tree | 63a806bea5f0fd97c92dd98419dea2fef3cbdda2 /gdb/infptrace.c | |
parent | 944d780c6e86df3d8af2c2a1ac2e988cb0fee4c6 (diff) | |
download | gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.zip gdb-4b14d3e4e0d9ba2ff2f9397312f884f8fc9a1135.tar.gz 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.c | 2 |
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> |