diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-23 18:03:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-23 18:03:36 +0000 |
commit | 79022dcc636bebe01f6042f68fd8b09a58b6802c (patch) | |
tree | edd4a647eb3a1a839e2f0610bc4edc10e720421b /libs | |
parent | 9fde34000dca2a7bd58f48e1c37e389bb98136a6 (diff) |
libs/iwinfo: add some required includes
Diffstat (limited to 'libs')
-rw-r--r-- | libs/iwinfo/src/iwinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/iwinfo/src/iwinfo.h b/libs/iwinfo/src/iwinfo.h index b19795cc8..eebe6b419 100644 --- a/libs/iwinfo/src/iwinfo.h +++ b/libs/iwinfo/src/iwinfo.h @@ -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> |