aboutsummaryrefslogtreecommitdiff
path: root/devel/flowdesigner
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-19 04:05:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-19 04:05:30 +0000
commit649322881a9e2d81cdbf7a568f837417c74aa4f9 (patch)
tree09289040a2c355d61d4133f3488b89126efeba41 /devel/flowdesigner
parent26a87b8465a6fce5dc93959227771080f074e0f4 (diff)
downloadports-649322881a9e2d81cdbf7a568f837417c74aa4f9.tar.gz
ports-649322881a9e2d81cdbf7a568f837417c74aa4f9.zip
Notes
Diffstat (limited to 'devel/flowdesigner')
-rw-r--r--devel/flowdesigner/files/patch-SocketStream.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/flowdesigner/files/patch-SocketStream.h b/devel/flowdesigner/files/patch-SocketStream.h
new file mode 100644
index 000000000000..9ec3486f2d49
--- /dev/null
+++ b/devel/flowdesigner/files/patch-SocketStream.h
@@ -0,0 +1,17 @@
+--- data-flow/include/SocketStream.h.orig Mon Apr 19 11:58:32 2004
++++ data-flow/include/SocketStream.h Mon Apr 19 11:58:51 2004
+@@ -5,13 +5,13 @@
+ //Dominic Letourneau 03/10/2001
+
+ #include <stddef.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include "Object.h"
+ #include "net_types.h"
+ #include <iostream>
+ #include <stdio.h>
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+