--- ray/src/meta/sort.c 2003/06/16 14:54:54 1.5 +++ ray/src/meta/sort.c 2003/10/21 19:19:28 1.7 @@ -1,16 +1,14 @@ #ifndef lint -static const char RCSid[] = "$Id: sort.c,v 1.5 2003/06/16 14:54:54 greg Exp $"; +static const char RCSid[] = "$Id: sort.c,v 1.7 2003/10/21 19:19:28 schorsch Exp $"; #endif /* * Sorting routines for meta-files */ -#include "paths.h" +#include "platform.h" /* [_]snprintf() */ +#include "rtprocess.h" /* getpid() */ +#include "rterror.h" #include "meta.h" - -#ifdef _WIN32 - #include /* getpid() */ -#endif #define PBSIZE 1000 /* max size of sort block */