Commit Diff
--- src/ngircd/conn.c +++ src/ngircd/conn.c @@ -37,7 +37,9 @@ #include <netinet/in.h> #ifdef HAVE_NETINET_IP_H -# include <netinet/in_systm.h> +# ifdef HAVE_NETINET_IN_SYSTM_H +# include <netinet/in_systm.h> +# endif # include <netinet/ip.h> #endif