X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..e5403d7c573d45fcfef73959c41fda93aea1d07f:/src/common/dosyacc.c diff --git a/src/common/dosyacc.c b/src/common/dosyacc.c index e2bdecb862..bbb0d6ee23 100644 --- a/src/common/dosyacc.c +++ b/src/common/dosyacc.c @@ -4,6 +4,9 @@ static char yysccsid[] = "@(#)yaccpar 1.7 (Berkeley) 09/09/90"; #define YYBYACC 1 #line 2 "parser.y" #include "string.h" +#ifdef _MSC_VER +#include <io.h> +#endif #include "wx/expr.h" #ifndef __EXTERN_C__