1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-12 01:40:27 +00:00

ng_ipaddr.h: include assert.h

We use assert() in this header, so we should include assert.h.
This commit is contained in:
Florian Westphal 2010-09-11 00:25:23 +02:00
parent 6349ec8bb3
commit 1e281a8baa

View File

@ -8,6 +8,7 @@
#define NG_IPADDR_HDR
#include "portab.h"
#include <assert.h>
#include <sys/socket.h>
#include <netinet/in.h>