diff options
Diffstat (limited to 'gdb/linux-proc.c')
-rw-r--r-- | gdb/linux-proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-proc.c b/gdb/linux-proc.c index 2f43ae6..00383e9 100644 --- a/gdb/linux-proc.c +++ b/gdb/linux-proc.c @@ -23,7 +23,7 @@ #include "inferior.h" #include <sys/param.h> /* for MAXPATHLEN */ #include <sys/procfs.h> /* for elf_gregset etc. */ -#include <sys/stat.h> /* for struct stat */ +#include "gdb_stat.h" /* for struct stat */ #include <ctype.h> /* for isdigit */ #include <unistd.h> /* for open, pread64 */ #include <fcntl.h> /* for O_RDONLY */ |