diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/xconnect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/xconnect.c b/libbb/xconnect.c index c3ee633e4..2de6de7c5 100644 --- a/libbb/xconnect.c +++ b/libbb/xconnect.c @@ -7,6 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this tarball for details. */ +#include <sys/types.h> #include <sys/socket.h> /* netinet/in.h needs it */ #include <netinet/in.h> #include <net/if.h> |