* inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index 22718248b136499d19c825c1786c6516399edeba..96c11579f8e870ef11f3da1d14cd45085f41e8e5 100644 (file)
@@ -26,6 +26,7 @@
 #include "target.h"
 #include "inferior.h"
 #include "gdb_string.h"
+#include "gdb_stat.h"
 #include "inf-child.h"
 #include "gdb/fileio.h"
 
@@ -33,7 +34,6 @@
 #include <sys/param.h>         /* for MAXPATHLEN */
 #endif
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 
This page took 0.023999 seconds and 4 git commands to generate.