changeset 9374:f3d25691c7ac

* lib/xprintf.c: Include <config.h> unconditionally.
author Jim Meyering <meyering@redhat.com>
date Sat, 20 Oct 2007 18:34:27 +0200
parents c8527f8ce71e
children 96fea5b2eb11
files ChangeLog lib/xprintf.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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 <http://www.gnu.org/licenses/>.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "xprintf.h"