diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-09 21:25:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-09 21:25:59 +0000 |
commit | ab35b2837f815cec6f655723491b24e941c75400 (patch) | |
tree | 7a3d7e786c24b76083a8b7f598498253a6a6c6a7 /lib | |
parent | 863473a8566df02a7c8ac0cc57005e84a7189419 (diff) |
Tor Arntsen's fix to a AIX build problem
Diffstat (limited to 'lib')
-rw-r--r-- | lib/setup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/setup.h b/lib/setup.h index dfe412b3b..f95742460 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -136,11 +136,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO) #else #include <curl/stdcheaders.h> #endif - -#else -#ifdef _AIX -#include <curl/stdcheaders.h> -#endif #endif #if defined(CURLDEBUG) && defined(HAVE_ASSERT_H) |