projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44540ce
)
robocfg: add missing include
author
John Crispin
<john@openwrt.org>
Sun, 3 Aug 2014 11:15:57 +0000
(11:15 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 3 Aug 2014 11:15:57 +0000
(11:15 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41959
SVN-Revision: 41981
package/utils/robocfg/src/robocfg.c
patch
|
blob
|
history
diff --git
a/package/utils/robocfg/src/robocfg.c
b/package/utils/robocfg/src/robocfg.c
index 7a4094dd410d33b72e66ea89fe8147997833c4e3..4b7e82583bb031251a1de8caec43d7cce69d4844 100644
(file)
--- a/
package/utils/robocfg/src/robocfg.c
+++ b/
package/utils/robocfg/src/robocfg.c
@@
-26,6
+26,7
@@
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/types.h>
/* linux stuff */
typedef u_int64_t u64;