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:
parent
6349ec8bb3
commit
1e281a8baa
@ -8,6 +8,7 @@
|
||||
#define NG_IPADDR_HDR
|
||||
#include "portab.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user