aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 6867d3b9d..b6ada8f86 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -41,11 +41,8 @@
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/* Just included for the right curl.h */
45#include <curl/curl.h> 45#include "gnunet_curl_lib.h"
46#elif HAVE_GNURL_CURL_H
47#include <gnurl/curl.h>
48#endif
49 46
50 47
51#define DEBUG_HTTP GNUNET_EXTRA_LOGGING 48#define DEBUG_HTTP GNUNET_EXTRA_LOGGING