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
This commit is contained in:
blogic 2014-08-03 11:15:57 +00:00
parent c29d34c2e1
commit 2aa2bb7b47
1 changed files with 1 additions and 0 deletions

View File

@ -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;