diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 5a8dd99..3b3624e 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -33,6 +33,9 @@ #include "elf-bfd.h" #include "solib-svr4.h" #include "gdbcore.h" +#include "objfiles.h" + +#include <string.h> #ifdef __CYGWIN__ #include <sys/cygwin.h> |