# HG changeset patch # User Chris Cannam # Date 1146835883 0 # Node ID 174d33f28824379331e39b4305c28886968368aa # Parent 173b39ea072805bf87c5e405a9a6cb94bb783d7e * win32 fix diff -r 173b39ea0728 -r 174d33f28824 base/System.h --- a/base/System.h Fri May 05 13:29:31 2006 +0000 +++ b/base/System.h Fri May 05 13:31:23 2006 +0000 @@ -20,6 +20,7 @@ #include #include +#include #define MLOCK(a,b) 1 #define MUNLOCK(a,b) 1 @@ -34,6 +35,8 @@ #define PATH_SEPARATOR ';' #define DEFAULT_VAMP_PATH "%ProgramFiles%\\Vamp Plugins" +#define getpid _getpid + extern "C" { void usleep(unsigned long usec); void gettimeofday(struct timeval *p, void *tz);