]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.cpp
Another fix for old and dub systems
[stg.git] / stglibs / common.lib / common.cpp
index 855c71d70583e2e4319b86ec88630f4fac626db7..2ea32c2b7060f0017c5298931e829ff7674af154 100644 (file)
  $Author: faust $
  */
 
-#ifdef FREE_BSD
+// For old and dub systems
+// Like FreeBSD4
 #include <sys/types.h>
-#endif
+#include <sys/time.h>
+#include <unistd.h>
+
+#include <sys/select.h>
 
 #ifdef WIN32
 #include <winsock2.h>