aboutsummaryrefslogtreecommitdiff
path: root/devel/flowdesigner/files/patch-SocketStream.h
blob: 7da457249ec0f4a0bae18dafc069d7ad50ef8214 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- data-flow/include/SocketStream.h.orig
+++ data-flow/include/SocketStream.h
@@ -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>