oop, forgot this for avoiding win32 problems

This commit is contained in:
Bill Currie 2000-04-27 07:15:51 +00:00
parent 9afa18b5f8
commit 3c8ff479a3

View file

@ -47,7 +47,9 @@
#include <dirent.h> #include <dirent.h>
#include <fnmatch.h> #include <fnmatch.h>
#ifndef _WIN32
#include <pwd.h> #include <pwd.h>
#endif
#ifdef WIN32 #ifdef WIN32
#include <io.h> #include <io.h>