diff options
Diffstat (limited to 'util/coroutine-ucontext.c')
-rw-r--r-- | util/coroutine-ucontext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/coroutine-ucontext.c b/util/coroutine-ucontext.c index 26cbebb7a7..4914f60199 100644 --- a/util/coroutine-ucontext.c +++ b/util/coroutine-ucontext.c @@ -22,9 +22,8 @@ #ifdef _FORTIFY_SOURCE #undef _FORTIFY_SOURCE #endif -#include <stdlib.h> +#include "qemu/osdep.h" #include <setjmp.h> -#include <stdint.h> #include <ucontext.h> #include "qemu-common.h" #include "qemu/coroutine_int.h" |