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 /util/coroutine-ucontext.c | |
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 'util/coroutine-ucontext.c')
-rw-r--r-- | util/coroutine-ucontext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/coroutine-ucontext.c b/util/coroutine-ucontext.c index 4914f60199..2bb7e10d4b 100644 --- a/util/coroutine-ucontext.c +++ b/util/coroutine-ucontext.c @@ -23,7 +23,6 @@ #undef _FORTIFY_SOURCE #endif #include "qemu/osdep.h" -#include <setjmp.h> #include <ucontext.h> #include "qemu-common.h" #include "qemu/coroutine_int.h" |