From 4d667b05b29158bb8f1fb1f0bad00e7aeaf4105d Mon Sep 17 00:00:00 2001 From: sjborley Date: Sun, 22 May 2005 21:34:01 +0000 Subject: [PATCH] Added include required by MinGW build --- src/frontend/numparam/mystring.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/frontend/numparam/mystring.c b/src/frontend/numparam/mystring.c index 45dc4415d..cde0eaf67 100644 --- a/src/frontend/numparam/mystring.c +++ b/src/frontend/numparam/mystring.c @@ -1,7 +1,8 @@ /* mystring.c Copyright (C) 2002 Georg Post * * This file is part of Numparam, see: readme.txt - * Free software under the terms of the GNU Lesser General Public License + * Free software under the terms of the GNU Lesser General Public License + * $Id$ */ #ifdef __TURBOC__ @@ -11,6 +12,10 @@ extern unsigned _stklen= 32000; /* Turbo C default was only 4 K */ #include #include /* #include -- ceil floor */ +#include "config.h" +#ifdef HAS_WINDOWS +#include "wstdio.h" +#endif #include "general.h"