diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index 7a2aeb8..ef9bb3d 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -94,7 +94,7 @@ #include <fcntl.h> /* for O_RDONLY */ #include <unistd.h> /* for "X_OK" */ -#include "gdb_stat.h" /* for struct stat */ +#include <sys/stat.h> /* for struct stat */ /* Note: procfs-utils.h must be included after the above system header files, because it redefines various system calls using macros. |