summaryrefslogtreecommitdiffstats
path: root/qemu/scripts/feature_to_c.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/scripts/feature_to_c.sh')
-rw-r--r--qemu/scripts/feature_to_c.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/scripts/feature_to_c.sh b/qemu/scripts/feature_to_c.sh
index 888548e58..fb1f3363f 100644
--- a/qemu/scripts/feature_to_c.sh
+++ b/qemu/scripts/feature_to_c.sh
@@ -36,7 +36,7 @@ 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 \"exec/gdbstub.h\"\n"
print "static const char '$arrayname'[] = {"