summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-24 14:27:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-24 14:27:51 +0000
commit7271ebf23ee4fbafdfa5652f7f822be9bf3eba9f (patch)
treeb581c003945598d953fb2302ea770bf011fa8824
parentb6e18f2f665f16910c04cb52bdc7b90270ab7c9b (diff)
downloadcurl-7271ebf23ee4fbafdfa5652f7f822be9bf3eba9f.tar.gz
include config.h first
-rw-r--r--lib/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index a2765a371..aa5f9dbac 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"