]> Git Repo - qemu.git/blobdiff - scripts/feature_to_c.sh
tracetool: Include osdep.h in generated-ust.c
[qemu.git] / scripts / feature_to_c.sh
index b62da8a0bd76672d237e6c23c32a499d8494dd4b..fb1f3363f78ee3c6a27e789b69a63ea5d96943c0 100644 (file)
@@ -36,9 +36,9 @@ for input; do
   arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
 
   ${AWK:-awk} 'BEGIN { n = 0
-      printf "#include \"config.h\"\n"
+      printf "#include \"qemu/osdep.h\"\n"
       printf "#include \"qemu-common.h\"\n"
-      printf "#include \"gdbstub.h\"\n"
+      printf "#include \"exec/gdbstub.h\"\n"
       print "static const char '$arrayname'[] = {"
       for (i = 0; i < 255; i++)
         _ord_[sprintf("%c", i)] = i
This page took 0.032321 seconds and 4 git commands to generate.