From: Bruno Haible Date: Sun, 17 Aug 2008 19:56:29 +0000 (+0200) Subject: Include the right header files. X-Git-Tag: v0.1~7138 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d4005415c64041a86ea5d89c3bfe079856eb90fa;p=gnulib.git Include the right header files. --- 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