| Index: ports/glibc-compat/Makefile
|
| diff --git a/ports/glibc-compat/Makefile b/ports/glibc-compat/Makefile
|
| index c8ac7cea582655b298d4de5973e4329786226298..2d306c21e764866f0e1749ca0513ab41243d6210 100644
|
| --- a/ports/glibc-compat/Makefile
|
| +++ b/ports/glibc-compat/Makefile
|
| @@ -26,6 +26,7 @@ SOURCES := \
|
| src/ns_samedomain.c \
|
| src/qsort_r.c \
|
| src/random.c \
|
| + src/readv.c \
|
| src/realpath.c \
|
| src/res_comp.c \
|
| src/res_data.c \
|
| @@ -34,7 +35,8 @@ SOURCES := \
|
| src/res_libc.c \
|
| src/res_mkquery.c \
|
| src/res_query.c \
|
| - src/res_send.c
|
| + src/res_send.c \
|
| + src/writev.c
|
|
|
| OBJS := $(patsubst src/%.c,$(OUT)/%.o,$(SOURCES))
|
|
|
|
|