Browse Source

robocfg: add missing include

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 41959
Felix Fietkau 11 years ago
parent
commit
c02cfdb46d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/utils/robocfg/src/robocfg.c

+ 1 - 0
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;