aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index 5375a6a65..42e999eec 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -22,14 +22,14 @@
*
***************************************************************************/
-#include "setup.h"
+#include "curl_setup.h"
#ifdef USE_SSLEAY
/*
* This header should only be needed to get included by sslgen.c and ssluse.c
*/
-#include "urldata.h"
+#include "curl_urldata.h"
CURLcode Curl_ossl_connect(struct connectdata *conn, int sockindex);
CURLcode Curl_ossl_connect_nonblocking(struct connectdata *conn,