diff options
-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 acda7f6..759df8d 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -19,6 +19,7 @@ #include <termios.h> #include <stdint.h> +#include <netinet/in.h> #include <netdb.h> #include <features.h> |