diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-19 04:05:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-19 04:05:30 +0000 |
commit | 649322881a9e2d81cdbf7a568f837417c74aa4f9 (patch) | |
tree | 09289040a2c355d61d4133f3488b89126efeba41 | |
parent | 26a87b8465a6fce5dc93959227771080f074e0f4 (diff) | |
download | ports-649322881a9e2d81cdbf7a568f837417c74aa4f9.tar.gz ports-649322881a9e2d81cdbf7a568f837417c74aa4f9.zip |
Notes
-rw-r--r-- | devel/flowdesigner/files/patch-SocketStream.h | 17 |
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> + |