blob: ce72a52312b7f2e9a3c5ffb7068ceaf3cc365ff2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/qcommon/common.c Thu Oct 6 00:51:26 2005
+++ src/qcommon/common.c Sun Jan 1 22:13:57 2006
@@ -27,6 +27,7 @@
#ifdef _WIN32
#include <winsock.h>
#else
+#include <sys/types.h>
#include <netinet/in.h>
#endif
|