curl: fix gnutls include
[m6w6/ext-http] / src / php_http_client_curl.c
index e5132113015c8f5b30ff76873d65d27a678d1868..f286324d808cdb5e535a31668d2f4ed44c711e72 100644 (file)
@@ -21,7 +21,7 @@
 #      include <openssl/ssl.h>
 #endif
 #if PHP_HTTP_HAVE_LIBCURL_GNUTLS
-#      include <gnutls.h>
+#      include <gnutls/gnutls.h>
 #endif
 
 typedef struct php_http_client_curl_handler {