Undo previous change.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-03-04 11:14:03 +00:00
parent 1c94a3868b
commit 1376ed1867

View file

@ -43,11 +43,11 @@ Boston, MA 02111-1307, USA. */
#undef chdir
#include <stdio.h>
#include <stdlib.h>
#ifdef MSDOS
#include <fcntl.h>
#endif /* MSDOS */
#ifdef WINDOWSNT
#include <stdlib.h>
#include <fcntl.h>
#include <direct.h>
#endif /* WINDOWSNT */