diff options
Diffstat (limited to 'devel/cvsnt/files/patch-lockservice-LockParse.cpp')
-rw-r--r-- | devel/cvsnt/files/patch-lockservice-LockParse.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/cvsnt/files/patch-lockservice-LockParse.cpp b/devel/cvsnt/files/patch-lockservice-LockParse.cpp new file mode 100644 index 000000000000..28fb1cff2099 --- /dev/null +++ b/devel/cvsnt/files/patch-lockservice-LockParse.cpp @@ -0,0 +1,10 @@ +--- lockservice/LockParse.cpp.orig Sun Jan 25 20:42:06 2004 ++++ lockservice/LockParse.cpp Sun Jan 25 20:42:39 2004 +@@ -5,6 +5,7 @@ + #include <winsock2.h> + #include <ws2tcpip.h> + #else ++#include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #include <errno.h> |