X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffpending.h;h=4eca3f18e17087803ac4fd729b6883e0329f1c36;hb=fdd1b511c5c12912aae79b58e0c5f6ffa0492d6e;hp=0365287ba76ce92573667ebf0e96d6b28ebe720d;hpb=85ed801342b9da521cc797375eb72cc050940cf8;p=gnulib.git diff --git a/lib/fpending.h b/lib/fpending.h index 0365287ba..4eca3f18e 100644 --- a/lib/fpending.h +++ b/lib/fpending.h @@ -1,6 +1,6 @@ /* Declare __fpending. - Copyright (C) 2000, 2003, 2005-2006, 2009-2012 Free Software Foundation, + Copyright (C) 2000, 2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -20,11 +20,10 @@ #include #include +#if HAVE_STDIO_EXT_H +# include +#endif -#if HAVE_DECL___FPENDING -# if HAVE_STDIO_EXT_H -# include -# endif -#else +#ifndef __fpending size_t __fpending (FILE *); #endif