* configure.in: Call AC_CONFIG_HEADER. Don't try to use
[deliverable/binutils-gdb.git] / sim / h8300 / run.c
index 80780258daa8c23bf92c3e207fc8d591c9751e76..97841269a7035708934f3fb78c1fb63383f34759 100644 (file)
 
 */
 
+#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();
This page took 0.025525 seconds and 4 git commands to generate.