]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Joern.Hartroth@telekom.de rightfully suggested two #include include fixes
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jan 2000 17:29:42 +0000 (17:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jan 2000 17:29:42 +0000 (17:29 +0000)
lib/setup.h

index 6770ec6c400cbbac284fcacdace87e9897c1f49b..083e89093647340214086a2709d58c2068010e0f 100644 (file)
@@ -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