* lib/xprintf.c: Include <config.h> unconditionally.
authorJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 16:34:27 +0000 (18:34 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 16:34:27 +0000 (18:34 +0200)
ChangeLog
lib/xprintf.c

index 139a2f6c63022f93dbe1f7a5585451a9ec10c614..aa77450c827c23f288d7bb0aac9cce99291776a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-10-20  Jim Meyering  <meyering@redhat.com>
 
+       * lib/xprintf.c: Include <config.h> 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.
index 6ecd2a2ad711d7262e78092094004a8b251d2f01..b3940ad49d2b788427de94d89399cebbd93ddebb 100644 (file)
@@ -14,9 +14,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "xprintf.h"