Include pthread.h in the implementation instead of the header.

This commit is contained in:
Markus Armbruster 2006-12-26 16:52:11 +00:00
parent ce63991c9f
commit f4667a9457
2 changed files with 1 additions and 1 deletions

View file

@ -87,7 +87,6 @@ typedef struct lwpSem empth_sem_t;
#endif /* EMPTH_LWP */
#ifdef EMPTH_POSIX
#include <pthread.h>
#define EMPTH_FD_READ 0x1
#define EMPTH_FD_WRITE 0x2

View file

@ -40,6 +40,7 @@
#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>