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 11:35:01 +02:00
parent 6349ec8bb3
commit 1e281a8baa
+1
View File
@@ -8,6 +8,7 @@
#define NG_IPADDR_HDR
#include "portab.h"
#include <assert.h>
#include <sys/socket.h>
#include <netinet/in.h>