X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstrftime.c;h=ffa51c0cc3f2a1aedff2a48bb582c1c48d9c0ed8;hb=4c399534696c5acbe5ecb57c40f2b5841cb8320d;hp=4a4ac06627ecc2e59d4f9ec3e7190d200de5d874;hpb=a8f0811e1e174cd6d3b5f0fef314269d000f9c4c;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index 4a4ac0662..ffa51c0cc 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -18,10 +18,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif - #ifdef _LIBC # define HAVE_MBLEN 1 # define HAVE_MBRLEN 1 @@ -32,6 +28,11 @@ # define HAVE_TZSET 1 # define MULTIBYTE_IS_FORMAT_SAFE 1 # include "../locale/localeinfo.h" +#else +# include +# if FPRINTFTIME +# include "fprintftime.h" +# endif #endif #include