freebsd-ports/irc/ctrlproxy/files/patch-src__network.h
Pav Lucistnik e7c0db2522 - Update to 3.0.2
PR:		ports/113744
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
2007-06-16 16:42:59 +00:00

14 lines
303 B
C

--- src/network.h.orig Sun Apr 15 14:17:58 2007
+++ src/network.h Sat Jun 16 11:46:55 2007
@@ -30,8 +30,11 @@
#endif
#include "state.h"
+#include <sys/types.h>
#include "isupport.h"
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#define DEFAULT_NETWORK_CHARSET NULL