X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fglthread%2Fyield.h;h=b2f44ac2788b094696985550462d1c1aa0697728;hb=2f2db8cbc28ec95c742c3513bf508d073c714165;hp=f2083135e9af1818e6a46108c9d0a4775c17df29;hpb=fbb0d77f5dbdf9d013e54f6ec5f8bdf10c3fa0a1;p=gnulib.git diff --git a/lib/glthread/yield.h b/lib/glthread/yield.h index f2083135e..b2f44ac27 100644 --- a/lib/glthread/yield.h +++ b/lib/glthread/yield.h @@ -1,5 +1,5 @@ /* Yielding the processor to other threads and processes. - Copyright (C) 2005-2008 Free Software Foundation, Inc. + Copyright (C) 2005-2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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