diff --git a/lib/setup.h b/lib/setup.h index a2765a371802656494517175bfbd03c53b72b771..aa5f9dbac238fc4df7dee542effeeaea685f72f6 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"