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_owner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/libxt_owner.c') diff --git a/extensions/libxt_owner.c b/extensions/libxt_owner.c index 7c666633..7cad35c3 100644 --- a/extensions/libxt_owner.c +++ b/extensions/libxt_owner.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3