robocfg: add missing include

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41959 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2014-08-03 10:45:39 +00:00
parent 658e03b89e
commit e37a22922f

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;