diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-04-30 08:20:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-04-30 08:20:04 +0000 |
commit | 366c6766d83358d8bdf050fba3cf60912cc1a243 (patch) | |
tree | f028ea0921f66c89f2965949a31ee77e8bde8583 /gdb/ChangeLog | |
parent | b82970680130d28392656daf79dfa1b94aa553e0 (diff) | |
download | gdb-366c6766d83358d8bdf050fba3cf60912cc1a243.zip gdb-366c6766d83358d8bdf050fba3cf60912cc1a243.tar.gz gdb-366c6766d83358d8bdf050fba3cf60912cc1a243.tar.bz2 |
filestuff.c: Use gdb_stat.h instead of <sys/stat.h>
gdb/ChangeLog:
* common/filestuff.c: Replace #include <sys/stat.h> by
#include "gdb_stat.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc52c98..402971b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |