diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-04-13 22:55:51 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2020-05-14 18:13:27 +0200 |
commit | a55c835e6b99f96e595ad11888a2714447998378 (patch) | |
tree | 2fe89e663917b6746b8ff3f994a901507400042e /tests | |
parent | 600a8cded447cd7118ed50142c576567c0cf5158 (diff) | |
download | curl-a55c835e6b99f96e595ad11888a2714447998378.tar.gz |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/server/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
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 \ |