projects
/
oweals
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c78962
)
session: add missing include
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 21:22:50 +0000
(23:22 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 21:22:50 +0000
(23:22 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
session.c
patch
|
blob
|
history
diff --git
a/session.c
b/session.c
index fd003ac08674bd43edcf4fd83f70e571715fe2a5..09f410486202ee6131c0a4b2c0a0d4e08561697b 100644
(file)
--- a/
session.c
+++ b/
session.c
@@
-26,6
+26,7
@@
#include <fnmatch.h>
#include <glob.h>
#include <uci.h>
+#include <limits.h>
#ifdef HAVE_SHADOW
#include <shadow.h>