commit | a23a6d7819d2bc98d4e9d04d633928965c4e670a | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Apr 11 18:15:17 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Apr 11 18:15:17 2006 +0000 |
tree | a4e8218f009916b374624f46ec0433b729b48ddd | |
parent | e7f8a3292949287d27abba78eb4f9db9ecc31527 [diff] |
- include netinet/in.h for struct sockaddr_in. Closes bug #735
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>