Browse Source

Added include required by MinGW build

pre-master-46
sjborley 21 years ago
parent
commit
4d667b05b2
  1. 7
      src/frontend/numparam/mystring.c

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

Loading…
Cancel
Save