diff options
author | marha <marha@users.sourceforge.net> | 2012-01-24 08:53:36 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-24 08:53:36 +0100 |
commit | b683b8f5675e280a6dd4ab82d6b9394182798b55 (patch) | |
tree | 0c4cec0e5b6284f65f9cd41e1becd29a8d0eaee8 /libX11/src/UIThrStubs.c | |
parent | aecb6b44ec50eb29377e903218f21b780d1eec51 (diff) | |
download | vcxsrv-b683b8f5675e280a6dd4ab82d6b9394182798b55.tar.gz vcxsrv-b683b8f5675e280a6dd4ab82d6b9394182798b55.tar.bz2 vcxsrv-b683b8f5675e280a6dd4ab82d6b9394182798b55.zip |
libX11 mesa xserver git update 24 jan 2012
Diffstat (limited to 'libX11/src/UIThrStubs.c')
-rw-r--r-- | libX11/src/UIThrStubs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libX11/src/UIThrStubs.c b/libX11/src/UIThrStubs.c index a3bcdfc41..95873e88f 100644 --- a/libX11/src/UIThrStubs.c +++ b/libX11/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> |