# HG changeset patch # User Jim Meyering # Date 1192898067 -7200 # Node ID f3d25691c7ac1165de8d4ebb232cfca36301bfd6 # Parent c8527f8ce71e87f851067d3703181fafafbc462d * lib/xprintf.c: Include unconditionally. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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"