ports/irc/ctrlproxy/files/patch-lib__network.h
Chin-San Huang a84f9f8fb0 - Update to 3.0.5.
Submitted by:		Ashish Shukla <wahjava at gmail dot com> via mail
2007-12-24 05:31:20 +00:00

14 lines
303 B
C

--- lib/network.h.orig Sun Apr 15 14:17:58 2007
+++ lib/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