* 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 139a2f6..aa77450 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 6ecd2a2..b3940ad 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"