projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9bdac6
)
Include <limits.h> for PATH_MAX.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 7 Dec 2013 21:19:39 +0000
(22:19 +0100)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 7 Dec 2013 21:19:39 +0000
(22:19 +0100)
src/have.h
patch
|
blob
|
history
diff --git
a/src/have.h
b/src/have.h
index
3ada63a
..
85479f7
100644
(file)
--- a/
src/have.h
+++ b/
src/have.h
@@
-39,6
+39,7
@@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
+#include <limits.h>
#ifdef HAVE_MINGW
#include <w32api.h>