diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 6bb0bbc..8fac0be 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -51,7 +51,7 @@ #include <sys/types.h> #include <fcntl.h> #include <string.h> -#include "gdb_stat.h" +#include <sys/stat.h> #include <ctype.h> #include "cp-abi.h" #include "cp-support.h" |