diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-11 18:15:17 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-11 18:15:17 +0000 |
| commit | a23a6d7819d2bc98d4e9d04d633928965c4e670a (patch) | |
| tree | a4e8218f009916b374624f46ec0433b729b48ddd /include | |
| parent | e7f8a3292949287d27abba78eb4f9db9ecc31527 (diff) | |
| download | busybox-w32-a23a6d7819d2bc98d4e9d04d633928965c4e670a.tar.gz busybox-w32-a23a6d7819d2bc98d4e9d04d633928965c4e670a.tar.bz2 busybox-w32-a23a6d7819d2bc98d4e9d04d633928965c4e670a.zip | |
- include netinet/in.h for struct sockaddr_in.
Closes bug #735
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 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> |
