projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fde340
)
libs/iwinfo: add some required includes
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 23 Sep 2009 18:03:36 +0000
(18:03 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 23 Sep 2009 18:03:36 +0000
(18:03 +0000)
libs/iwinfo/src/iwinfo.h
patch
|
blob
|
history
diff --git
a/libs/iwinfo/src/iwinfo.h
b/libs/iwinfo/src/iwinfo.h
index b19795cc8c242ef0e12fad43c7ca872372b33c95..eebe6b4199ea0520c096e4628abbf652ee8738e2 100644
(file)
--- 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>