diff options
author | Rob Landley <rob@landley.net> | 2005-07-25 08:09:51 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-07-25 08:09:51 +0000 |
commit | 5f07779acab32ed921a3979ebaf7e45067c86e2a (patch) | |
tree | 3d9f6c6b89a426c95a991f38c74c5dafe5a043a9 | |
parent | ab6399a4c6c9fe9c7661120bf65ed398eb0afd9e (diff) | |
download | busybox-w32-5f07779acab32ed921a3979ebaf7e45067c86e2a.tar.gz busybox-w32-5f07779acab32ed921a3979ebaf7e45067c86e2a.tar.bz2 busybox-w32-5f07779acab32ed921a3979ebaf7e45067c86e2a.zip |
Shaun Jackman points out that we shouldn't depend on netdb.h to include
netinet.h for us, although what strange compiler this is expected to
cause problems with wasn't specified...
-rw-r--r-- | busybox/include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox/include/libbb.h b/busybox/include/libbb.h index 467a15cb2..c1531eaf5 100644 --- a/busybox/include/libbb.h +++ b/busybox/include/libbb.h | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <stdint.h> | 34 | #include <stdint.h> |
35 | 35 | ||
36 | #include <netdb.h> | 36 | #include <netdb.h> |
37 | #include <netinet/in.h> | ||
37 | 38 | ||
38 | #ifdef DMALLOC | 39 | #ifdef DMALLOC |
39 | #include <dmalloc.h> | 40 | #include <dmalloc.h> |