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 @@ #include <netinet/in.h> #include <netdb.h> +#include <sys/time.h> + #include "bb_config.h" #ifdef CONFIG_SELINUX #include <selinux/selinux.h> |