]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ng_ipaddr.h: include assert.h
authorFlorian Westphal <fw@strlen.de>
Fri, 10 Sep 2010 22:25:23 +0000 (00:25 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 11 Sep 2010 09:35:01 +0000 (11:35 +0200)
We use assert() in this header, so we should include assert.h.

src/ipaddr/ng_ipaddr.h

index 32b1ec0fc8897b00e05fa7b47d2a8e8e95a28f09..4582e2a533eca80c7948d0ca00db3fc5106348d8 100644 (file)
@@ -8,6 +8,7 @@
 #define NG_IPADDR_HDR
 #include "portab.h"
 
+#include <assert.h>
 #include <sys/socket.h>
 #include <netinet/in.h>