projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219982e
)
WIN32: Add missing include for 'struct timeval', used in vnc.h
author
Hervé Poussineau
<hpoussin@reactos.org>
Sun, 6 Mar 2011 13:23:13 +0000
(13:23 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 6 Mar 2011 13:45:17 +0000
(13:45 +0000)
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
qemu-common.h
patch
|
blob
|
history
diff --git
a/qemu-common.h
b/qemu-common.h
index 40dad5208cf2a58da92c944b72fb3c4fdad43a93..18e648ff5c1d975fa9cf64b1445dbafe611c71f9 100644
(file)
--- a/
qemu-common.h
+++ b/
qemu-common.h
@@
-33,6
+33,7
@@
typedef struct DeviceState DeviceState;
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <assert.h>
#ifndef O_LARGEFILE