Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / os_socket.h
index 0d6f8749176d0b25a3bdaed809efac882d98eabf..70b195184fa89cd8a9296a51ea997506f88b6a28 100644 (file)
@@ -13,6 +13,8 @@
 #ifdef _MSC_VER
 #include <BaseTsd.h>
 typedef SSIZE_T ssize_t;
+#else
+#include <unistd.h>
 #endif
 
 #ifdef __cplusplus