summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/UIThrStubs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/UIThrStubs.c b/src/UIThrStubs.c
index a3bcdfc4..95873e88 100644
--- a/src/UIThrStubs.c
+++ b/src/UIThrStubs.c
@@ -81,9 +81,7 @@ typedef thread_t xthread_t;
#pragma weak cond_broadcast = _Xthr_zero_stub_
#else /* !SVR4 */
#ifdef WIN32
- /*
- * Don't know what to do here. Is there something do be done at all?
- */
+#include <X11/Xthreads.h>
#else /* !WIN32 */
#ifdef USE_TIS_SUPPORT
#include <tis.h>