summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libc/inet/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in
index b15f49e5f..50ad210d9 100644
--- a/libc/inet/Makefile.in
+++ b/libc/inet/Makefile.in
@@ -42,7 +42,7 @@ resolv_CSRC += \
gethostbyaddr_r.c gethostbyname_r.c gethostbyname2_r.c gethostent_r.c \
gethostbyaddr.c gethostbyname.c gethostbyname2.c gethostent.c \
res_init.c res_query.c res_comp.c ns_name.c \
- ethers.c
+ ethers.c _res_state.c
#FIXME! ethers.c is a separate file, not a part of resolv.c - !?
ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
CSRC += $(resolv_CSRC)