1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

base64: also build for pop3 and imap

Follow-up to the fix in 20417a13fb

Reported-by: Michael Olbrich
Fixes #5937
Closes #5948
This commit is contained in:
Daniel Stenberg 2020-09-09 22:32:17 +02:00
parent 20417a13fb
commit 11ab0ad60f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -27,6 +27,8 @@
#if !defined(CURL_DISABLE_HTTP_AUTH) || defined(USE_SSH) || \
!defined(CURL_DISABLE_LDAP) || \
!defined(CURL_DISABLE_SMTP) || \
!defined(CURL_DISABLE_POP3) || \
!defined(CURL_DISABLE_IMAP) || \
!defined(CURL_DISABLE_DOH) || defined(USE_SSL)
#include "urldata.h" /* for the Curl_easy definition */