diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-22 14:42:56 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-22 14:42:56 +0000 |
| commit | 6f8832e0dec5fc1086241e7e381a0920fcf4c8b6 (patch) | |
| tree | 4e17b73f96a6b37435622538c63bd0c718f3b75d | |
| parent | 64a8da0d932a53de1f589f76186acca74ebed283 (diff) | |
| download | uClibc-alpine-6f8832e0dec5fc1086241e7e381a0920fcf4c8b6.tar.bz2 uClibc-alpine-6f8832e0dec5fc1086241e7e381a0920fcf4c8b6.tar.xz | |
Fix build problem. Revert commit 24521. Please do not change
again if cannot be tested with TLS.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
| -rw-r--r-- | libc/inet/getaddrinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/getaddrinfo.c b/libc/inet/getaddrinfo.c index 1953e6f7a..0ac29e662 100644 --- a/libc/inet/getaddrinfo.c +++ b/libc/inet/getaddrinfo.c @@ -56,7 +56,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <assert.h> #include <errno.h> #include <netdb.h> -#include <resolv.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
