From 36454274190b141a37308d9b266b3d0b68a71694 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Oct 2007 18:34:27 +0200 Subject: [PATCH] * lib/xprintf.c: Include unconditionally. --- ChangeLog | 2 ++ lib/xprintf.c | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 139a2f6c6..aa77450c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-10-20 Jim Meyering + * lib/xprintf.c: Include unconditionally. + Change xprintf's license to GPL. * modules/xprintf (License): s/LGPL/GPL/, since this module depends on modules (exit and exitfail) which are GPL. diff --git a/lib/xprintf.c b/lib/xprintf.c index 6ecd2a2ad..b3940ad49 100644 --- a/lib/xprintf.c +++ b/lib/xprintf.c @@ -14,9 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "xprintf.h" -- 2.11.0