From f4667a94571535553b33e105a3293cd0db3d06b8 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 26 Dec 2006 16:52:11 +0000 Subject: [PATCH] Include pthread.h in the implementation instead of the header. --- include/empthread.h | 1 - src/lib/empthread/pthread.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/empthread.h b/include/empthread.h index c03091b0e..2de665490 100644 --- a/include/empthread.h +++ b/include/empthread.h @@ -87,7 +87,6 @@ typedef struct lwpSem empth_sem_t; #endif /* EMPTH_LWP */ #ifdef EMPTH_POSIX -#include #define EMPTH_FD_READ 0x1 #define EMPTH_FD_WRITE 0x2 diff --git a/src/lib/empthread/pthread.c b/src/lib/empthread/pthread.c index 39988e7d7..869bb3a9d 100644 --- a/src/lib/empthread/pthread.c +++ b/src/lib/empthread/pthread.c @@ -40,6 +40,7 @@ #include #include +#include #include #include #include -- 2.43.0