aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index bae222499..eb8115026 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -29,11 +29,8 @@
29 */ 29 */
30#include "platform.h" 30#include "platform.h"
31#include <microhttpd.h> 31#include <microhttpd.h>
32#if HAVE_CURL_CURL_H 32/* Just included for the right curl.h */
33#include <curl/curl.h> 33#include "gnunet_curl_lib.h"
34#elif HAVE_GNURL_CURL_H
35#include <gnurl/curl.h>
36#endif
37#include <gnutls/gnutls.h> 34#include <gnutls/gnutls.h>
38#include <gnutls/x509.h> 35#include <gnutls/x509.h>
39#include <gnutls/abstract.h> 36#include <gnutls/abstract.h>