diff options
| author | Florian Westphal <fw@strlen.de> | 2010-09-11 00:25:23 +0200 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2010-09-11 11:35:01 +0200 |
| commit | 1e281a8baa5dc0499ad8f0b75d5f366b498511f6 (patch) | |
| tree | c4766562f6dc463794d7ded66b93020f3f09dfd1 /src | |
| parent | 6349ec8bb33d74aa73f0ffa17c29d54119ab9d77 (diff) | |
| download | ngircd-1e281a8baa5dc0499ad8f0b75d5f366b498511f6.tar.gz ngircd-1e281a8baa5dc0499ad8f0b75d5f366b498511f6.zip | |
ng_ipaddr.h: include assert.h
We use assert() in this header, so we should include assert.h.
Diffstat (limited to 'src')
| -rw-r--r-- | 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 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> |