From: Jim Meyering Date: Sat, 20 Oct 2007 16:34:27 +0000 (+0200) Subject: * lib/xprintf.c: Include unconditionally. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36454274190b141a37308d9b266b3d0b68a71694;p=pspp * lib/xprintf.c: Include unconditionally. --- diff --git a/ChangeLog b/ChangeLog index 139a2f6c63..aa77450c82 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 6ecd2a2ad7..b3940ad49d 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"