freebsd-ports/net/libsocketcpp/files/patch-src::tcptest.cpp
Pete Fritchman d3efda6ac0 Update to 1.0.7.
PR:		39075
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-06-09 20:29:30 +00:00

12 lines
246 B
C++

$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() {