filestuff.c: Use gdb_stat.h instead of <sys/stat.h>
authorJoel Brobecker <brobecker@gnat.com>
Tue, 30 Apr 2013 08:20:04 +0000 (08:20 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 30 Apr 2013 08:20:04 +0000 (08:20 +0000)
gdb/ChangeLog:

        * common/filestuff.c: Replace #include <sys/stat.h> by
        #include "gdb_stat.h".

gdb/ChangeLog
gdb/common/filestuff.c

index dc52c9841d730c387cf67ada0c725c674d8f0a2c..402971b64fa4b12a2769b39cb81ff0bc8b7f338d 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * common/filestuff.c: Replace #include <sys/stat.h> by
+       #include "gdb_stat.h".
+
 2013-04-29  Pierre Muller  <muller@sourceware.org>
 
        * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
index 2984c43d99245bb24dbcf52bf1387c736f11bc52..0271ea8b5acfed6945f5dbba4855dae9b472e035 100644 (file)
@@ -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>
This page took 0.029426 seconds and 4 git commands to generate.