robocfg: add missing include
authorJohn Crispin <john@openwrt.org>
Sun, 3 Aug 2014 11:15:57 +0000 (11:15 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 3 Aug 2014 11:15:57 +0000 (11:15 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41959

SVN-Revision: 41981

package/utils/robocfg/src/robocfg.c

index 7a4094dd410d33b72e66ea89fe8147997833c4e3..4b7e82583bb031251a1de8caec43d7cce69d4844 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;