From d5112c0dec32d6191c60f1984c06f3a5362293e7 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 24 Aug 2001 07:39:50 +0000
Subject: [PATCH] include setup.h properly, not config.h

---
 lib/base64.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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 <config.h>
-#endif
+#include "setup.h"
+
 #include <stdlib.h>
 #include <string.h>
 
-- 
GitLab