include config.h first

This commit is contained in:
Daniel Stenberg 2000-08-24 14:27:51 +00:00
parent b6e18f2f66
commit 7271ebf23e
1 changed files with 2 additions and 1 deletions

View 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"