From d4005415c64041a86ea5d89c3bfe079856eb90fa Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 17 Aug 2008 21:56:29 +0200 Subject: [PATCH] Include the right header files. --- lib/glthread/yield.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/glthread/yield.h b/lib/glthread/yield.h index f2083135e..dc6cf6636 100644 --- a/lib/glthread/yield.h +++ b/lib/glthread/yield.h @@ -73,7 +73,6 @@ extern "C" { /* Use the old Solaris threads library. */ # include -# include # ifdef __cplusplus extern "C" { @@ -92,6 +91,8 @@ extern "C" { #if USE_WIN32_THREADS +# include + # ifdef __cplusplus extern "C" { # endif -- 2.11.0