From 46dc6c8f550e64ed07650b98ea437fdbb1de54c7 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 30 Jul 1998 15:33:13 +0000 Subject: Fri Jul 31 00:05:45 1998 Ross Johnson * Makefile (SRCS): Create. Preliminary. * windows.h: Create. Contains Win32 definitions for compile testing. This is just a standin for the real one. * pthread.h (SIG_UNBLOCK): Fix typo. Was SIG_BLOCK. (windows.h): Add include. Required for CRITICAL_SECTION. (pthread_cond_t): Move enum declaration outside of struct definition. (unistd.h): Add include - may be temporary. * condvar.c (windows.h): Add include. --- condvar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'condvar.c') diff --git a/condvar.c b/condvar.c index 0468294..d11c322 100644 --- a/condvar.c +++ b/condvar.c @@ -5,6 +5,7 @@ * This translation unit implements condition variables and their primitives. */ +#include #include "pthread.h" int -- cgit v1.2.3