diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c index 8b389c57934..72a286b4230 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -61,7 +61,7 @@ #include "event-top.h" #include <string.h> -#include "gdb_stat.h" +#include <sys/stat.h> #include <ctype.h> #include "ui-out.h" #include "cli-out.h" |