From: Joel Brobecker Date: Tue, 30 Apr 2013 08:20:04 +0000 (+0000) Subject: filestuff.c: Use gdb_stat.h instead of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=366c6766d83358d8bdf050fba3cf60912cc1a243;p=binutils-gdb.git filestuff.c: Use gdb_stat.h instead of gdb/ChangeLog: * common/filestuff.c: Replace #include by #include "gdb_stat.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc52c9841d7..402971b64fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-04-29 Joel Brobecker + + * common/filestuff.c: Replace #include by + #include "gdb_stat.h". + 2013-04-29 Pierre Muller * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c index 2984c43d992..0271ea8b5ac 100644 --- a/gdb/common/filestuff.c +++ b/gdb/common/filestuff.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include "gdb_stat.h" #ifdef USE_WIN32API #include