aboutsummaryrefslogblamecommitdiff
path: root/devel/clanlib/files/patch-Sources::Network::Generic::netcomputer.cpp
blob: 69c592bb31fb247f5be5f015c2cd4280408f0583 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                
--- Sources/Network/Generic/netcomputer.cpp.orig	Thu Jan 22 08:19:24 2004
+++ Sources/Network/Generic/netcomputer.cpp	Thu Jan 22 08:20:01 2004
@@ -19,6 +19,7 @@
 #ifdef WIN32
 #include <winsock2.h>
 #else
+#include <sys/types.h>
 #include <netinet/in.h>
 #endif