chiark
/
gitweb
/
~ian
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0c91c
)
polypath.c: Fix missing include of <limits.h>.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 28 Apr 2017 18:41:30 +0000
(19:41 +0100)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/polypath.c
b/polypath.c
index e3c31e625212242a8a9441bd8b5068e5d3ae8d8d..d47bef76b0fa81e5fe8108c0b519767ba086588f 100644
(file)
--- a/
polypath.c
+++ b/
polypath.c
@@
-27,6
+27,7
@@
#include <adns.h>
#include <ctype.h>
+#include <limits.h>
#ifdef CONFIG_IPV6