robocfg: add missing include
authorFelix Fietkau <nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:39 +0000 (10:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:39 +0000 (10:45 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41959 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/utils/robocfg/src/robocfg.c

index 7a4094d..4b7e825 100644 (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;