scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.h
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Feb 2016 19:17:08 +0000 (19:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2016 14:29:27 +0000 (14:29 +0000)
commit253785e3b96f48c52568c312cec0a5ec596c527f
tree86278085001cdc8384ca2ee18a9ecf70e2c1e622
parent9167ebd98f97dee8afa3ee206f1f48244b8707d2
scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.h

In the .c files generated by this script, include qemu/osdep.h
as the first included header, not config.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
scripts/feature_to_c.sh