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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 08cfdf4df..d5ccd81e7 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -29,7 +29,11 @@
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#include <curl/curl.h> 33#include <curl/curl.h>
34#elif HAVE_GNURL_CURL_H
35#include <gnurl/curl.h>
36#endif
33#include <gnutls/gnutls.h> 37#include <gnutls/gnutls.h>
34#include <gnutls/x509.h> 38#include <gnutls/x509.h>
35#include <gnutls/abstract.h> 39#include <gnutls/abstract.h>