From: Harald Welte Date: Thu, 15 Apr 2004 10:10:19 +0000 (+0000) Subject: include netdb.h if we use getprotobynumber X-Git-Tag: v1.3.0-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ac967249f78212e1fe5eb55e9a417ac1d737d6;p=thirdparty%2Fiptables.git include netdb.h if we use getprotobynumber --- diff --git a/iptables-save.c b/iptables-save.c index 422a8d2b..3f6e0745 100644 --- a/iptables-save.c +++ b/iptables-save.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "libiptc/libiptc.h" #include "iptables.h"