aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-01-17 17:29:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-01-17 17:29:42 +0000
commitaec48e78949fe9dcb943c8f7c3d6c06f915a40da (patch)
treeceb5325ba691da62d2d3d10fa96fe58af3344d5e /lib/setup.h
parent2ca6bc797463fcf984c9df204f78c14d7160a328 (diff)
Joern.Hartroth@telekom.de rightfully suggested two #include include fixes
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 6770ec6c4..083e89093 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