ports/irc/ctrlproxy/files/patch-src__network.h
Martin Wilke 4bb2802cdd - Update to 3.0.1
PR:		ports/107630
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-01-09 22:54:57 +00:00

13 lines
273 B
C

--- src/network.h.orig Fri Jan 5 06:33:07 2007
+++ src/network.h Fri Jan 5 23:29:33 2007
@@ -30,7 +30,10 @@
#endif
#include "state.h"
+#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
struct global;
struct network;