diff --git a/lib/setup.h b/lib/setup.h
index aa560366b4c30c328b30d0e3c3fb70c1dd931cb7..0e539a360028fddf57a52eb86d0cc68421772ea5 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -92,10 +92,11 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
 
 #ifndef STDC_HEADERS /* no standard C headers! */
 #ifdef	VMS
-#include "<curl/stdcheaders.h>
+#include "../include/curl/stdcheaders.h"
 #else
 #include <curl/stdcheaders.h>
 #endif
+
 #else
 #ifdef _AIX
 #include <curl/stdcheaders.h>