Add org.gnu.gdb.i386.avx.
[deliverable/binutils-gdb.git] / sim / common / gentmap.c
index e4f5d0dc8b43f7b5ba500017c58d2d345d5c4d1d..a4d37134c9897f76fb01484011f67dc088e4616e 100644 (file)
@@ -1,6 +1,7 @@
 /* Generate targ-vals.h and targ-map.c.  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 struct tdefs {
   char *symbol;
@@ -68,7 +69,7 @@ gen_targ_map_c ()
   printf ("#include <errno.h>\n");
   printf ("#include <fcntl.h>\n");
   printf ("#include \"ansidecl.h\"\n");
-  printf ("#include \"callback.h\"\n");
+  printf ("#include \"gdb/callback.h\"\n");
   printf ("#include \"targ-vals.h\"\n");
   printf ("\n");
 
This page took 0.023158 seconds and 4 git commands to generate.