| Index: ports/glibc-compat/Makefile
|
| diff --git a/ports/glibc-compat/Makefile b/ports/glibc-compat/Makefile
|
| index 484c297c826f1013c0f6f179a4de9e723fd71fef..beb0805fb5ada3a297e56e9d35ff1649543d60aa 100644
|
| --- a/ports/glibc-compat/Makefile
|
| +++ b/ports/glibc-compat/Makefile
|
| @@ -31,6 +31,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 \
|
| @@ -39,7 +40,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))
|
|
|
|
|