From 7271ebf23ee4fbafdfa5652f7f822be9bf3eba9f Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 24 Aug 2000 14:27:51 +0000
Subject: [PATCH] include config.h first

---
 lib/setup.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/setup.h b/lib/setup.h
index a2765a3718..aa5f9dbac2 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -40,7 +40,7 @@
  * ------------------------------------------------------------
  ****************************************************************************/
 
-#include <stdio.h>
+
 
 #if !defined(WIN32) && defined(_WIN32)
 /* This _might_ be a good Borland fix. Please report whether this works or
@@ -57,6 +57,7 @@
 #endif
 #endif
 
+#include <stdio.h>
 #ifndef OS
 #ifdef WIN32
 #define OS "win32"
-- 
GitLab