polypath.c: Fix missing include of <limits.h>.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Apr 2017 18:41:30 +0000 (19:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 13:45:20 +0000 (14:45 +0100)
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
polypath.c

index e3c31e6..d47bef7 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <adns.h>
 #include <ctype.h>
+#include <limits.h>
 
 #ifdef CONFIG_IPV6