diff VMS.c @ 147:98fc8f3761a2

Small changes to make SSR & SSR Sequential work
author Merten Sach <msach@mailbox.tu-berlin.de>
date Tue, 27 Sep 2011 14:37:59 +0200
parents e7cd1945c9b6
children 68449b64c3df
line diff
     1.1 --- a/VMS.c	Wed Sep 21 16:36:22 2011 +0200
     1.2 +++ b/VMS.c	Tue Sep 27 14:37:59 2011 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  #include <malloc.h>
     1.5  #include <inttypes.h>
     1.6  #include <sys/time.h>
     1.7 +#include <pthread.h>
     1.8  
     1.9  #include "VMS.h"
    1.10  #include "ProcrContext.h"