# HG changeset patch # User Bruno Haible # Date 1219002989 -7200 # Node ID 2cb0d301f0ecc3b6934e59195bbdb4ff7a81fc7f # Parent d10548c1dd8b1d6b9884f585184685601983fd64 Include the right header files. diff --git a/lib/glthread/yield.h b/lib/glthread/yield.h --- a/lib/glthread/yield.h +++ b/lib/glthread/yield.h @@ -73,7 +73,6 @@ /* Use the old Solaris threads library. */ # include -# include # ifdef __cplusplus extern "C" { @@ -92,6 +91,8 @@ #if USE_WIN32_THREADS +# include + # ifdef __cplusplus extern "C" { # endif