Module: ngircd.git Branch: master Commit: 1e281a8baa5dc0499ad8f0b75d5f366b498511f6 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=1e281...
Author: Florian Westphal fw@strlen.de Date: Sat Sep 11 00:25:23 2010 +0200
ng_ipaddr.h: include assert.h
We use assert() in this header, so we should include assert.h.
---
src/ipaddr/ng_ipaddr.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/ipaddr/ng_ipaddr.h b/src/ipaddr/ng_ipaddr.h index 32b1ec0..4582e2a 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 <assert.h> #include <sys/socket.h> #include <netinet/in.h>