* lib/strftime.c: Correct placement of #include "ignore-value.h".
+2009-11-09 James Youngman <jay@gnu.org>
+
+ strftime.c: include ignore-value.h only when FPRINTFTIME is defined
+ * lib/strftime.c: Correct placement of #include "ignore-value.h".
+
2009-11-08 Jim Meyering <meyering@redhat.com>
utimens: remove invalid futimesat call
#else
# include <config.h>
# if FPRINTFTIME
+# include "ignore-value.h"
# include "fprintftime.h"
# else
# include "strftime.h"
# endif
-# include "ignore-value.h"
#endif
#include <ctype.h>