diff options
author | Blue Swirl | 2009-09-20 09:51:06 +0200 |
---|---|---|
committer | Blue Swirl | 2009-09-20 09:51:06 +0200 |
commit | 8756aa72608ee87f54ede737e79ac56ff344a485 (patch) | |
tree | 6a98fb7b37842d340e0d7c8f33a17bba0f401439 | |
parent | Probe for fdatasync() (diff) | |
download | qemu-8756aa72608ee87f54ede737e79ac56ff344a485.tar.gz qemu-8756aa72608ee87f54ede737e79ac56ff344a485.tar.xz qemu-8756aa72608ee87f54ede737e79ac56ff344a485.zip |
Fix mingw32 compile
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
-rw-r--r-- | qemu-option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-option.h b/qemu-option.h index 6b968a5728..525b9b6f06 100644 --- a/qemu-option.h +++ b/qemu-option.h @@ -26,6 +26,7 @@ #ifndef QEMU_OPTIONS_H #define QEMU_OPTIONS_H +#include <stdint.h> #include "qemu-queue.h" enum QEMUOptionParType { |