libs/iwinfo: add some required includes
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 23 Sep 2009 18:03:36 +0000 (18:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 23 Sep 2009 18:03:36 +0000 (18:03 +0000)
libs/iwinfo/src/iwinfo.h

index b19795c..eebe6b4 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/wait.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -10,6 +11,7 @@
 #include <fcntl.h>
 #include <glob.h>
 #include <ctype.h>
+#include <dirent.h>
 #include <stdint.h>
 
 #include <sys/ioctl.h>