repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 4e507881f30c8b4296d87de519658e45f8cb417f:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 4e507881f30c8b4296d87de519658e45f8cb417f
Author: Alexander Barton 
Date:   Thu May 1 20:25:39 2008 +0200

    On AIX (for example) socklen_t is defined in sys/socket.h

    On AIX and probably other systems socklen_t is defined in sys/socket.h,
    so we have to include it here explicitly (tested by Florian).

diff --git a/src/ipaddr/ng_ipaddr.h b/src/ipaddr/ng_ipaddr.h
index 1e198b0e7ce41d49e0d18f8f0189e8a9dc1390c3..
index ..32839d083a8ab1e7328864ee2e376805ac890e6e 100644
--- a/src/ipaddr/ng_ipaddr.h
+++ b/src/ipaddr/ng_ipaddr.h
@@ -8,6 +8,8 @@
 #define NG_IPADDR_HDR
 #include "portab.h"

+#include 
+
 #ifdef HAVE_ARPA_INET_H
 # include 
 #else

-----END OF PAGE-----