changeset 104:174d33f28824

* win32 fix
author Chris Cannam
date Fri, 05 May 2006 13:31:23 +0000
parents 173b39ea0728
children ac89a106f155
files base/System.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <windows.h>
 #include <malloc.h>
+#include <process.h>
 
 #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);