From: Daniel Golle Date: Mon, 18 Apr 2016 14:28:26 +0000 (+0000) Subject: curl: fix building with gnurl/curl.h X-Git-Tag: initial-import-from-subversion-38251~950 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6e9bdec3870351a286af06d8ae1ae7649b75665;p=oweals%2Fgnunet.git curl: fix building with gnurl/curl.h --- diff --git a/src/curl/curl.c b/src/curl/curl.c index 9276915b3..92761989f 100644 --- a/src/curl/curl.c +++ b/src/curl/curl.c @@ -21,7 +21,11 @@ * @author Christian Grothoff */ #include "platform.h" +#if HAVE_CURL_CURL_H #include +#elif HAVE_GNURL_CURL_H +#include +#endif #include #include "gnunet_curl_lib.h"