From: Bruno Haible Date: Sun, 17 Aug 2008 19:56:29 +0000 (+0200) Subject: Include the right header files. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4005415c64041a86ea5d89c3bfe079856eb90fa;p=pspp Include the right header files. --- diff --git a/lib/glthread/yield.h b/lib/glthread/yield.h index f2083135e9..dc6cf66363 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