# | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
---|---|---|
5 | * Sorting routines for meta-files | |
6 | */ | |
7 | ||
8 | < | #include "paths.h" |
8 | > | #include "platform.h" /* [_]snprintf() */ |
9 | > | #include "rtprocess.h" /* getpid() */ |
10 | > | #include "rterror.h" |
11 | #include "meta.h" | |
10 | – | |
11 | – | #ifdef _WIN32 |
12 | – | #include <process.h> /* getpid() */ |
13 | – | #endif |
12 | ||
13 | ||
14 | #define PBSIZE 1000 /* max size of sort block */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |