diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-09-20 07:51:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-20 07:51:06 +0000 |
commit | 8756aa72608ee87f54ede737e79ac56ff344a485 (patch) | |
tree | 6a98fb7b37842d340e0d7c8f33a17bba0f401439 | |
parent | 5f6b9e8fd5b9516170e582d9b6c27c98519a8031 (diff) | |
download | 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 { |