--- ray/src/common/platform.h 2003/07/14 22:23:59 3.8 +++ ray/src/common/platform.h 2003/10/21 19:19:28 3.10 @@ -1,4 +1,4 @@ -/* RCSid $Id: platform.h,v 3.8 2003/07/14 22:23:59 schorsch Exp $ */ +/* RCSid $Id: platform.h,v 3.10 2003/10/21 19:19:28 schorsch Exp $ */ /* * platform.h - header file for platform specific definitions */ @@ -13,6 +13,7 @@ #include #define popen _popen #define pclose _pclose + #define snprintf _snprintf #include #define sleep(s) Sleep(s*1000) @@ -37,6 +38,7 @@ #define NON_POSIX #else /* assumedly posix systems */ + #include #define RHAS_GETPWNAM #define RHAS_STAT #define RHAS_FORK_EXEC