strftime.c: include ignore-value.h only when FPRINTFTIME is defined
authorJames Youngman <jay@gnu.org>
Mon, 9 Nov 2009 10:41:29 +0000 (11:41 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sun, 15 Nov 2009 02:45:53 +0000 (02:45 +0000)
* lib/strftime.c: Correct placement of #include "ignore-value.h".
(cherry picked from commit 6553be82a4a522e50ece1a430e82a9b1dfd0f471)

ChangeLog
lib/strftime.c

index 4c29111..27e3858 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 7d64c15..4ca2ffa 100644 (file)
 #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>