projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d00e9
)
robocfg: add missing include
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:39 +0000
(10:45 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:39 +0000
(10:45 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41959
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;