diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 91f3928..674d572 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "gdb_stat.h" +#include <sys/stat.h> #include <string.h> #include "nto-tdep.h" #include "top.h" |