projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae144c
)
Add missing #include needed for madvise() on OpenBSD
author
Blue Swirl
<blauwirbel@gmail.com>
Tue, 30 Mar 2010 19:27:34 +0000
(19:27 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 30 Mar 2010 19:27:34 +0000
(19:27 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
arch_init.c
patch
|
blob
|
history
diff --git
a/arch_init.c
b/arch_init.c
index 171e21c7de128ee0fc3b21124e4aba5694d7ee8a..cfc03ead53990a36b32880fb676870c2a4125ba2 100644
(file)
--- a/
arch_init.c
+++ b/
arch_init.c
@@
-24,6
+24,7
@@
#include <stdint.h>
#include <stdarg.h>
#ifndef _WIN32
+#include <sys/types.h>
#include <sys/mman.h>
#endif
#include "config.h"