summaryrefslogtreecommitdiff
path: root/irc/ctrlproxy/files/patch-lib__network.h
blob: 4f5a82083a6abab28bcfb6fee2efc0ea5c7b77da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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