about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2010-09-11 00:25:23 +0200
committerFlorian Westphal <fw@strlen.de>2010-09-11 11:35:01 +0200
commit1e281a8baa5dc0499ad8f0b75d5f366b498511f6 (patch)
treec4766562f6dc463794d7ded66b93020f3f09dfd1
parent6349ec8bb33d74aa73f0ffa17c29d54119ab9d77 (diff)
downloadngircd-1e281a8baa5dc0499ad8f0b75d5f366b498511f6.tar.gz
ngircd-1e281a8baa5dc0499ad8f0b75d5f366b498511f6.zip
ng_ipaddr.h: include assert.h
We use assert() in this header, so we should include assert.h.
-rw-r--r--src/ipaddr/ng_ipaddr.h1
1 files changed, 1 insertions, 0 deletions
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 <assert.h>
 #include <sys/socket.h>
 #include <netinet/in.h>