提交 a98d49b1 编写于 作者: B bellard

Mac OS compile fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1139 c046a42c-6fe2-441c-8c8c-71466251a162
上级 44a095a7
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#else #else
#include <sys/types.h>
#include <sys/mman.h> #include <sys/mman.h>
#endif #endif
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册