summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-22 14:42:56 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-22 14:42:56 +0000
commit6f8832e0dec5fc1086241e7e381a0920fcf4c8b6 (patch)
tree4e17b73f96a6b37435622538c63bd0c718f3b75d
parent64a8da0d932a53de1f589f76186acca74ebed283 (diff)
downloaduClibc-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.c1
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>