diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:57 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-03 11:15:57 +0000 |
commit | 27a24ca273ef4b3072402e12b84e7ab36528e6b3 (patch) | |
tree | c4038936b68d1de3c48030306e4e5561be0765da /package/utils/robocfg/src | |
parent | b34e098abedbc44a5b16e3b5fd188f4799a1f87f (diff) | |
download | upstream-27a24ca273ef4b3072402e12b84e7ab36528e6b3.tar.gz upstream-27a24ca273ef4b3072402e12b84e7ab36528e6b3.tar.bz2 upstream-27a24ca273ef4b3072402e12b84e7ab36528e6b3.zip |
robocfg: add missing include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41959
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41981 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/robocfg/src')
-rw-r--r-- | package/utils/robocfg/src/robocfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/robocfg/src/robocfg.c b/package/utils/robocfg/src/robocfg.c index 7a4094dd41..4b7e82583b 100644 --- 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; |