diff src/s/windowsnt.h @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 15872534500d
children 2c611d1463a6
line wrap: on
line diff
--- a/src/s/windowsnt.h	Mon Aug 13 10:05:01 2007 +0200
+++ b/src/s/windowsnt.h	Mon Aug 13 10:05:51 2007 +0200
@@ -209,6 +209,8 @@
 #endif
 #endif
 
+#include <stdio.h>
+
 
 /* IO calls that are emulated or shadowed */
 #define pipe    sys_pipe
@@ -226,6 +228,7 @@
 #define select  sys_select
 
 /* map to MSVC names */
+#define chdir     _chdir
 #define execlp    _execlp
 #define execvp    _execvp
 #define fcloseall _fcloseall