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"