Commit 44e50c8e authored by Stephen Hemminger's avatar Stephen Hemminger

Add missing limits.h

Need limits.h to get INT_MIN on Debian
parent a589dcda
......@@ -18,6 +18,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <limits.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4/ip_tables.h>
#include <xtables.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment