diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 67deeec..a810f42 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -39,7 +39,7 @@ #endif #include "gdb_obstack.h" -#include "gdb_stat.h" +#include <sys/stat.h> #include "symtab.h" #include "breakpoint.h" #include "target.h" |