diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index fdb20227d..5f2309a25 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -24,6 +24,7 @@ #include <netinet/in.h> #include <netdb.h> +#include <inttypes.h> #include <sys/time.h> #include "bb_config.h" |