Author: ambs Date: Tue Jan 10 13:52:27 2006 New Revision: 11065 Modified: trunk/src/classes/os.pmc Log: os.pmc - Include <direct.h> for windows machines.
Modified: trunk/src/classes/os.pmc ============================================================================== --- trunk/src/classes/os.pmc (original) +++ trunk/src/classes/os.pmc Tue Jan 10 13:52:27 2006 @@ -19,6 +19,10 @@ files and directories. */ +#ifdef WIN32 +#include <direct.h> +#endif + #include "parrot/parrot.h" /* XXX Check if we need to deallocate strerror strings */
