X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fglthread%2Fyield.h;h=6911d02f2a42cfb18516dff77746873b9ab7f42c;hb=368777cd04f76f7a3b242006fdf6c1e6b77381de;hp=f2083135e9af1818e6a46108c9d0a4775c17df29;hpb=fbb0d77f5dbdf9d013e54f6ec5f8bdf10c3fa0a1;p=gnulib.git diff --git a/lib/glthread/yield.h b/lib/glthread/yield.h index f2083135e..6911d02f2 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-2011 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