]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: fix build failure
authorFlorian Westphal <fw@strlen.de>
Sat, 17 Feb 2018 22:21:14 +0000 (23:21 +0100)
committerFlorian Westphal <fw@strlen.de>
Sat, 17 Feb 2018 22:21:52 +0000 (23:21 +0100)
on older machine of mine:
../include/nftables.h:130:30: error: 'UINT_MAX' undeclared (first use in this function)

Signed-off-by: Florian Westphal <fw@strlen.de>
include/nftables.h

index 5e637e10acd30000244c99fe5e9e2e18da968277..3d96f2e3f10f4defc0547440d24cba4e5c7f462d 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stdbool.h>
 #include <stdarg.h>
+#include <limits.h>
 #include <utils.h>
 #include <nftables/nftables.h>