changeset 10332:2cb0d301f0ec

Include the right header files.
author Bruno Haible <bruno@clisp.org>
date Sun, 17 Aug 2008 21:56:29 +0200
parents d10548c1dd8b
children 392ab85684a6
files lib/glthread/yield.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/glthread/yield.h
+++ b/lib/glthread/yield.h
@@ -73,7 +73,6 @@
 /* Use the old Solaris threads library.  */
 
 # include <thread.h>
-# include <synch.h>
 
 # ifdef __cplusplus
 extern "C" {
@@ -92,6 +91,8 @@
 
 #if USE_WIN32_THREADS
 
+# include <windows.h>
+
 # ifdef __cplusplus
 extern "C" {
 # endif