From: Daniel Stenberg Date: Fri, 24 Aug 2001 07:39:50 +0000 (+0000) Subject: include setup.h properly, not config.h X-Git-Tag: before_urldata_rename~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5112c0dec32d6191c60f1984c06f3a5362293e7;p=thirdparty%2Fcurl.git include setup.h properly, not config.h --- diff --git a/lib/base64.c b/lib/base64.c index 4ffd7605bc..6ff6b955af 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -32,9 +32,8 @@ * This code will break if int is smaller than 32 bits */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include "setup.h" + #include #include