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 --- signal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'signal.c') diff --git a/signal.c b/signal.c index 504b235..db0feec 100644 --- a/signal.c +++ b/signal.c @@ -23,7 +23,8 @@ * 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