include config.h first
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2000 14:27:51 +0000 (14:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 Aug 2000 14:27:51 +0000 (14:27 +0000)
lib/setup.h

index a2765a3..aa5f9db 100644 (file)
@@ -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"