Added include required by MinGW build

This commit is contained in:
sjborley 2005-05-22 21:34:01 +00:00
parent 3e875fadbc
commit 4d667b05b2
1 changed files with 6 additions and 1 deletions

View File

@ -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 <stdio.h>
#include <stdlib.h>
/* #include <math.h> -- ceil floor */
#include "config.h"
#ifdef HAS_WINDOWS
#include "wstdio.h"
#endif
#include "general.h"