1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

include config.h first

This commit is contained in:
Daniel Stenberg 2000-08-24 14:27:51 +00:00
parent b6e18f2f66
commit 7271ebf23e

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"