--- ray/src/common/rtprocess.h 2003/06/27 06:53:21 3.2 +++ ray/src/common/rtprocess.h 2003/07/14 20:02:29 3.3 @@ -1,4 +1,4 @@ -/* RCSid $Id: rtprocess.h,v 3.2 2003/06/27 06:53:21 greg Exp $ */ +/* RCSid $Id: rtprocess.h,v 3.3 2003/07/14 20:02:29 schorsch Exp $ */ /* * rtprocess.h * Routines to communicate with separate process via dual pipes @@ -11,16 +11,14 @@ extern "C" { #endif -#include +#include #ifdef _WIN32 - #include + #include /* DWORD etc. */ + typedef DWORD pid_t; + #include /* getpid() and others */ #else #include - #include #endif -#ifndef BSD -#include -#endif #include "paths.h" @@ -38,9 +36,6 @@ extern "C" { runtime, so that client modules can still use -1 as invalid PID. */ -#ifdef _WIN32 - typedef DWORD pid_t; -#endif #ifndef PIPE_BUF #ifdef PIPSIZ