freebsd-ports/devel/flowdesigner/files/patch-SocketStream.h
Ying-Chieh Liao 649322881a fix build on -stable
Noticed by:	bento via kris
2004-04-19 04:05:30 +00:00

17 lines
432 B
C++

--- 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>