diff options
Diffstat (limited to 'sim/mcore/interp.c')
-rw-r--r-- | sim/mcore/interp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/mcore/interp.c b/sim/mcore/interp.c index e2cafbc..1b8d2a3 100644 --- a/sim/mcore/interp.c +++ b/sim/mcore/interp.c @@ -19,10 +19,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #include <signal.h> -#include "sysdep.h" +#include <stdlib.h> +#include <string.h> #include <sys/times.h> #include <sys/param.h> -#include <netinet/in.h> /* for byte ordering macros */ #include <unistd.h> #include "bfd.h" #include "gdb/callback.h" |