summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/tests/thrpool_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsprpub/pr/tests/thrpool_client.c')
-rw-r--r--nsprpub/pr/tests/thrpool_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/tests/thrpool_client.c b/nsprpub/pr/tests/thrpool_client.c
index 7f3df3271..a0e1e4c24 100644
--- a/nsprpub/pr/tests/thrpool_client.c
+++ b/nsprpub/pr/tests/thrpool_client.c
@@ -21,7 +21,7 @@
#ifdef XP_UNIX
#include <sys/mman.h>
#endif
-#if defined(_PR_PTHREADS)
+#if defined(_PR_PTHREADS) && !defined(_PR_DCETHREADS)
#include <pthread.h>
#endif