diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-11 18:15:17 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-11 18:15:17 +0000 |
commit | 1ec8d16adf5754d6ee2aad34c008551173ad490d (patch) | |
tree | a4e8218f009916b374624f46ec0433b729b48ddd /include/libbb.h | |
parent | b9c56d1914f9b54be5ae389f6efe853ff9f5f36b (diff) | |
download | busybox-w32-1ec8d16adf5754d6ee2aad34c008551173ad490d.tar.gz busybox-w32-1ec8d16adf5754d6ee2aad34c008551173ad490d.tar.bz2 busybox-w32-1ec8d16adf5754d6ee2aad34c008551173ad490d.zip |
- include netinet/in.h for struct sockaddr_in.
Closes bug #735
git-svn-id: svn://busybox.net/trunk/busybox@14822 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-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> |