include setup.h properly, not config.h
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 07:39:50 +0000 (07:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 07:39:50 +0000 (07:39 +0000)
lib/base64.c

index 4ffd760..6ff6b95 100644 (file)
@@ -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>