From: Florian Westphal Date: Fri, 10 Sep 2010 22:25:23 +0000 (+0200) Subject: ng_ipaddr.h: include assert.h X-Git-Tag: rel-17-rc1~26 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=1e281a8baa5dc0499ad8f0b75d5f366b498511f6 ng_ipaddr.h: include assert.h We use assert() in this header, so we should include assert.h. --- diff --git a/src/ipaddr/ng_ipaddr.h b/src/ipaddr/ng_ipaddr.h index 32b1ec0f..4582e2a5 100644 --- a/src/ipaddr/ng_ipaddr.h +++ b/src/ipaddr/ng_ipaddr.h @@ -8,6 +8,7 @@ #define NG_IPADDR_HDR #include "portab.h" +#include #include #include