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/common/filestuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/common') 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