blob: c51358aae0d300aab9ef008b60ff312210f92e9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Sources/Network/Generic/socket_generic.h.orig Thu Jan 22 08:21:55 2004
+++ Sources/Network/Generic/socket_generic.h Thu Jan 22 08:22:06 2004
@@ -21,6 +21,7 @@
#include <stack>
#ifndef WIN32
+ #include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
|