From ef18e8147903885708d1c264904129af4fb636d6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 4 Aug 2008 12:47:48 +0200 Subject: src: remove dependency on libiptc headers xtables.h does not need really need libxtc.h, and we can drop it from the install as it is internal-only. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_hashlimit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libxt_hashlimit.c') diff --git a/extensions/libxt_hashlimit.c b/extensions/libxt_hashlimit.c index 2f6b3fcd..1f34fb98 100644 --- a/extensions/libxt_hashlimit.c +++ b/extensions/libxt_hashlimit.c @@ -11,6 +11,7 @@ * Error corections by nmalykh@bilim.com (22.01.2005) */ #include +#include #include #include #include -- cgit v1.2.3