aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-21 11:06:11 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-21 11:06:11 +0000
commit511156f37bbd1f0a8ae9deb98d2b3eea7586dfa1 (patch)
treef63412717bad83d51332ebcb241ba532cce847a2 /src/transport/plugin_transport_http.h
parent5d82ad8f9164461be16f62436542e098934340d4 (diff)
downloadgnunet-511156f37bbd1f0a8ae9deb98d2b3eea7586dfa1.tar.gz
gnunet-511156f37bbd1f0a8ae9deb98d2b3eea7586dfa1.zip
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.h4
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 @@
41#include "gnunet_os_lib.h" 41#include "gnunet_os_lib.h"
42#include "gnunet_nat_lib.h" 42#include "gnunet_nat_lib.h"
43#include "microhttpd.h" 43#include "microhttpd.h"
44#if HAVE_CURL_CURL_H
44#include <curl/curl.h> 45#include <curl/curl.h>
46#elif HAVE_GNURL_CURL_H
47#include <gnurl/curl.h>
48#endif
45 49
46 50
47#define DEBUG_HTTP GNUNET_EXTRA_LOGGING 51#define DEBUG_HTTP GNUNET_EXTRA_LOGGING