From 52e05089cc379c0f8e63403a35671dbdb22fac26 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Sep 2005 08:44:07 +0000 Subject: [PATCH] [HAVE_CONFIG_H]: Include conditionally, to be consistent with gnulib. --- lib/fprintftime.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/fprintftime.c b/lib/fprintftime.c index 9e236a117..879726bec 100644 --- a/lib/fprintftime.c +++ b/lib/fprintftime.c @@ -1,4 +1,6 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif #include "fprintftime.h" #define FPRINTFTIME 1