diff options
author | Peter Maydell | 2016-03-22 21:27:55 +0100 |
---|---|---|
committer | Peter Maydell | 2016-03-22 21:27:55 +0100 |
commit | ffa6564c9b13cea4b704e184d29d721f2cb061bb (patch) | |
tree | b60af1323f18e06bcd185cef87750bfbcb366741 /scripts/clean-includes | |
parent | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-03-21-tag' in... (diff) | |
parent | wxx: Add support for ncurses (diff) | |
download | qemu-ffa6564c9b13cea4b704e184d29d721f2cb061bb.tar.gz qemu-ffa6564c9b13cea4b704e184d29d721f2cb061bb.tar.xz qemu-ffa6564c9b13cea4b704e184d29d721f2cb061bb.zip |
Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20160322' into staging
wxx patch queue
# gpg: Signature made Tue 22 Mar 2016 18:18:36 GMT using RSA key ID 677450AD
# gpg: Good signature from "Stefan Weil <sw@weilnetz.de>"
# gpg: aka "Stefan Weil <stefan.weil@weilnetz.de>"
# gpg: aka "Stefan Weil <stefan.weil@bib.uni-mannheim.de>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4923 6FEA 75C9 5D69 8EC2 B78A E08C 21D5 6774 50AD
* remotes/weil/tags/pull-wxx-20160322:
wxx: Add support for ncurses
Remove unneeded include statements for setjmp.h
Include setjmp.h in qemu/osdep.h (bug fix for w64)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/clean-includes')
-rwxr-xr-x | scripts/clean-includes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean-includes b/scripts/clean-includes index 177d253eb9..fb2a49c3b8 100755 --- a/scripts/clean-includes +++ b/scripts/clean-includes @@ -140,7 +140,7 @@ for f in "$@"; do perl -n -i -e 'print if !/\s*#\s*include\s*(["<][^>"]*[">])/ || ! (grep { $_ eq $1 } qw ( "config-host.h" "qemu/compiler.h" "config.h" - <stdarg.h> <stddef.h> <stdbool.h> <stdint.h> <sys/types.h> + <setjmp.h> <stdarg.h> <stddef.h> <stdbool.h> <stdint.h> <sys/types.h> <stdlib.h> <stdio.h> <string.h> <strings.h> <inttypes.h> <limits.h> <unistd.h> <time.h> <ctype.h> <errno.h> <fcntl.h> <sys/stat.h> <sys/time.h> <assert.h> <signal.h> |