#include <pthread.h>, just in case

This commit is contained in:
Glenn Maynard
2004-06-14 05:28:30 +00:00
parent 003ba7cb63
commit 1f0ac3792d
@@ -7,6 +7,7 @@
#define PID_BASED_THREADS
#endif
#include <pthread.h>
#include <semaphore.h>
class ThreadImpl_Pthreads: public ThreadImpl