From 7fdb900bc169f0105bf5fb2cd282f6448f3f11f7 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 4 Nov 1999 17:18:43 +0000 Subject: 1999-11-05 Ross Johnson * general: Patched for portability to WinCE. The details are described in the file WinCE-PORT. Follow the instructions in README.WinCE to make the appropriate changes in config.h. - Tristan Savatier --- mutex.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mutex.c') diff --git a/mutex.c b/mutex.c index 16e911c..bef116e 100644 --- a/mutex.c +++ b/mutex.c @@ -22,8 +22,9 @@ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA */ - -#include + +/* errno.h or a replacement file is included by pthread.h */ +//#include #include "pthread.h" #include "implement.h" -- cgit v1.2.3