From: Florian Westphal Date: Sat, 17 Feb 2018 22:21:14 +0000 (+0100) Subject: include: fix build failure X-Git-Tag: v0.8.3~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cea0712fe7759fc1153cd0fd1c882486d036647d;p=thirdparty%2Fnftables.git include: fix build failure on older machine of mine: ../include/nftables.h:130:30: error: 'UINT_MAX' undeclared (first use in this function) Signed-off-by: Florian Westphal --- diff --git a/include/nftables.h b/include/nftables.h index 5e637e10..3d96f2e3 100644 --- a/include/nftables.h +++ b/include/nftables.h @@ -3,6 +3,7 @@ #include #include +#include #include #include