aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/run.c')
-rw-r--r--sim/h8300/run.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sim/h8300/run.c b/sim/h8300/run.c
index 8078025..9784126 100644
--- a/sim/h8300/run.c
+++ b/sim/h8300/run.c
@@ -18,10 +18,15 @@
*/
+#include "config.h"
+
#include <varargs.h>
#include <stdio.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#include "getopt.h"
#include "bfd.h"
-#include "sysdep.h"
#include "remote-sim.h"
void usage();