diff options
Diffstat (limited to 'net/libsocketcpp/files/patch-src::tcptest.cpp')
-rw-r--r-- | net/libsocketcpp/files/patch-src::tcptest.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/libsocketcpp/files/patch-src::tcptest.cpp b/net/libsocketcpp/files/patch-src::tcptest.cpp new file mode 100644 index 000000000000..02b651505cb5 --- /dev/null +++ b/net/libsocketcpp/files/patch-src::tcptest.cpp @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- src/tcptest.cpp.orig Sun Jun 9 16:03:19 2002 ++++ src/tcptest.cpp Sun Jun 9 16:03:31 2002 +@@ -22,6 +22,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include "tcpsocket.h" + + main() { |