[RFA/commit(ARI) 1/2] filestuff.c: Use gdb_stat.h instead of <sys/stat.h>

Joel Brobecker brobecker@adacore.com
Mon Apr 29 14:59:00 GMT 2013


gdb/ChangeLog:

        * common/filestuff.c: Replace #include <sys/stat.h> by
        #include "gdb_stat.h".
---
 gdb/common/filestuff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c
index 2984c43..0271ea8 100644
--- a/gdb/common/filestuff.c
+++ b/gdb/common/filestuff.c
@@ -29,7 +29,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 
 #ifdef USE_WIN32API
 #include <winsock2.h>
-- 
1.7.10.4



More information about the Gdb-patches mailing list