git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
67d54ee
)
Another fix for old and dub systems
author
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 20 Sep 2011 12:51:22 +0000
(15:51 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 20 Sep 2011 12:51:22 +0000
(15:51 +0300)
stglibs/common.lib/common.cpp
patch
|
blob
|
history
diff --git
a/stglibs/common.lib/common.cpp
b/stglibs/common.lib/common.cpp
index e3fbd9a8f949b75b4888d19e670e1a9755f91147..2ea32c2b7060f0017c5298931e829ff7674af154 100644
(file)
--- a/
stglibs/common.lib/common.cpp
+++ b/
stglibs/common.lib/common.cpp
@@
-28,14
+28,14
@@
$Author: faust $
*/
-#include <sys/select.h>
-
// For old and dub systems
// Like FreeBSD4
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
+#include <sys/select.h>
+
#ifdef WIN32
#include <winsock2.h>
#else