From aec48e78949fe9dcb943c8f7c3d6c06f915a40da Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 17 Jan 2000 17:29:42 +0000
Subject: [PATCH] Joern.Hartroth@telekom.de rightfully suggested two #include
 include fixes

---
 lib/setup.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/setup.h b/lib/setup.h
index 6770ec6c40..083e890936 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -85,10 +85,10 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
 #endif
 
 #ifndef STDC_HEADERS /* no standard C headers! */
-#include "stdcheaders.h"
+#include "curl/stdcheaders.h"
 #else
 #ifdef _AIX
-#include "stdcheaders.h"
+#include "curl/stdcheaders.h"
 #endif
 #endif
 
-- 
GitLab