From a55c835e6b99f96e595ad11888a2714447998378 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 13 Apr 2019 22:55:51 +0200 Subject: curl_multibyte: add to curlx This will also be needed in the tool and tests. Ref: https://github.com/curl/curl/pull/3758#issuecomment-482197512 Closes https://github.com/curl/curl/pull/3784 --- tests/server/Makefile.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/server/Makefile.inc b/tests/server/Makefile.inc index 5dfe8076b..55bc3a737 100644 --- a/tests/server/Makefile.inc +++ b/tests/server/Makefile.inc @@ -30,7 +30,8 @@ CURLX_SRCS = \ ../../lib/warnless.c \ ../../lib/curl_ctype.c \ ../../lib/dynbuf.c \ - ../../lib/strdup.c + ../../lib/strdup.c \ + ../../lib/curl_multibyte.c CURLX_HDRS = \ ../../lib/curlx.h \ @@ -39,7 +40,8 @@ CURLX_HDRS = \ ../../lib/warnless.h \ ../../lib/curl_ctype.h \ ../../lib/dynbuf.h \ - ../../lib/strdup.h + ../../lib/strdup.h \ + ../../lib/curl_multibyte.h USEFUL = \ getpart.c \ -- cgit v1.2.3