aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index acda7f615..759df8d26 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -19,6 +19,7 @@
19#include <termios.h> 19#include <termios.h>
20#include <stdint.h> 20#include <stdint.h>
21 21
22#include <netinet/in.h>
22#include <netdb.h> 23#include <netdb.h>
23 24
24#include <features.h> 25#include <features.h>