From 1e281a8baa5dc0499ad8f0b75d5f366b498511f6 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sat, 11 Sep 2010 00:25:23 +0200 Subject: [PATCH] ng_ipaddr.h: include assert.h We use assert() in this header, so we should include assert.h. --- src/ipaddr/ng_ipaddr.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include -- 2.39.2