diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-21 11:06:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-21 11:06:11 +0000 |
commit | 511156f37bbd1f0a8ae9deb98d2b3eea7586dfa1 (patch) | |
tree | f63412717bad83d51332ebcb241ba532cce847a2 /src/transport/plugin_transport_http.h | |
parent | 5d82ad8f9164461be16f62436542e098934340d4 (diff) |
support gnurl's curl.h being in include/gnurl/ OR include/curl/
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r-- | src/transport/plugin_transport_http.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index 5655d7d6f..683f33f50 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -41,7 +41,11 @@ #include "gnunet_os_lib.h" #include "gnunet_nat_lib.h" #include "microhttpd.h" +#if HAVE_CURL_CURL_H #include <curl/curl.h> +#elif HAVE_GNURL_CURL_H +#include <gnurl/curl.h> +#endif #define DEBUG_HTTP GNUNET_EXTRA_LOGGING |