diff options
Diffstat (limited to 'irc/ctrlproxy/files/patch-lib__network.h')
-rw-r--r-- | irc/ctrlproxy/files/patch-lib__network.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/irc/ctrlproxy/files/patch-lib__network.h b/irc/ctrlproxy/files/patch-lib__network.h new file mode 100644 index 000000000000..4f5a82083a6a --- /dev/null +++ b/irc/ctrlproxy/files/patch-lib__network.h @@ -0,0 +1,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 + |