Attempt to fix messina (hp-ux 10.20) bustage by not directly including <pthread.h>.

Bug #49947 r,a=dbaron
This commit is contained in:
cls%seawood.org 2001-06-20 05:19:11 +00:00
parent 618d0012eb
commit cd31b6f2df

View File

@ -40,7 +40,11 @@
#include <errno.h>
#ifdef XPU_USE_THREADS
#include <time.h>
#ifdef XPU_USE_NSPR
#include <prthread.h>
#else
#include <pthread.h>
#endif
#else
#ifdef __sun
#include <wait.h>