src: Missing limits.h includes
commit9a90f9075cbcaa743c93b57f12f6e38b04dfc790
authorPhil Oester <kernel@linuxace.com>
Mon, 1 Sep 2008 13:07:26 +0000 (1 15:07 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 1 Sep 2008 13:07:26 +0000 (1 15:07 +0200)
treeb25c16bc6b4dc3a748ef2adb87466564f5a8cd5f
parenta4be7cb319212ba7907a541bbb5f9af1ffa7db0f
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 <kernel@linuxace.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libxt_esp.c
extensions/libxt_owner.c
extensions/libxt_time.c