aboutsummaryrefslogtreecommitdiff
path: root/sim/w65/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/w65/interp.c')
-rw-r--r--sim/w65/interp.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/sim/w65/interp.c b/sim/w65/interp.c
index 0a05fbc..7b2bf8a 100644
--- a/sim/w65/interp.c
+++ b/sim/w65/interp.c
@@ -18,9 +18,19 @@
*/
+#include "config.h"
+
+#include <stdio.h>
#include <signal.h>
-#include "sysdep.h"
-#include <sys/times.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#include <sys/param.h>
#include "bfd.h"
#include "remote-sim.h"