ICU-377 undid Todd's change for Darwin.

X-SVN-Rev: 2195
This commit is contained in:
Yves Arrouye 2000-08-11 17:40:12 +00:00
parent 0981f6185a
commit 564208bca3

View file

@ -16,7 +16,8 @@
#define POSIX 1
#endif
#if defined(POSIX) || defined(U_SOLARIS) || defined(AIX) || defined(HPUX) || defined(U_DARWIN)
#if defined(POSIX) || defined(U_SOLARIS) || defined(AIX) || defined(HPUX)
#define HAVE_IMP
#include <pthread.h>