diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 3bb663bb5..fdb20227d 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -24,6 +24,8 @@ | |||
24 | #include <netinet/in.h> | 24 | #include <netinet/in.h> |
25 | #include <netdb.h> | 25 | #include <netdb.h> |
26 | 26 | ||
27 | #include <sys/time.h> | ||
28 | |||
27 | #include "bb_config.h" | 29 | #include "bb_config.h" |
28 | #ifdef CONFIG_SELINUX | 30 | #ifdef CONFIG_SELINUX |
29 | #include <selinux/selinux.h> | 31 | #include <selinux/selinux.h> |