From 366c6766d83358d8bdf050fba3cf60912cc1a243 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 30 Apr 2013 08:20:04 +0000 Subject: filestuff.c: Use gdb_stat.h instead of gdb/ChangeLog: * common/filestuff.c: Replace #include by #include "gdb_stat.h". --- gdb/ChangeLog | 5 +++++ gdb/common/filestuff.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 2984c43..0271ea8 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 -- cgit v1.1