From 9a90f9075cbcaa743c93b57f12f6e38b04dfc790 Mon Sep 17 00:00:00 2001 From: Phil Oester Date: Mon, 1 Sep 2008 15:07:26 +0200 Subject: src: Missing limits.h includes Latest git doesn't compile for me on Fedora 9 due to various *MAX constants being undefined. Below adds the include in 3 files which need it (although I can't see why this isn't required in 1.4.1.1). Signed-off-by: Phil Oester Signed-off-by: Patrick McHardy --- extensions/libxt_esp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/libxt_esp.c') diff --git a/extensions/libxt_esp.c b/extensions/libxt_esp.c index 544d7b39..06da33e3 100644 --- a/extensions/libxt_esp.c +++ b/extensions/libxt_esp.c @@ -5,6 +5,8 @@ #include #include #include +#include + #include #include -- cgit v1.2.3