]> Git Repo - qemu.git/blobdiff - osdep.h
Switch Mac99 to OpenBIOS
[qemu.git] / osdep.h
diff --git a/osdep.h b/osdep.h
index dbc281f3bc0f7d3c2d5099233a6782ce5ea9612b..ffbf221d7f540f3aaf2f93a3e77d6032931c77b6 100644 (file)
--- a/osdep.h
+++ b/osdep.h
@@ -7,6 +7,10 @@
 #include <sys/signal.h>
 #endif
 
+#ifndef _WIN32
+#include <sys/time.h>
+#endif
+
 #ifndef glue
 #define xglue(x, y) x ## y
 #define glue(x, y) xglue(x, y)
This page took 0.023265 seconds and 4 git commands to generate.