* verror.c: Include <config.h> unconditionally.
authorEric Blake <ebb9@byu.net>
Tue, 26 Sep 2006 20:14:43 +0000 (20:14 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 26 Sep 2006 20:14:43 +0000 (20:14 +0000)
lib/ChangeLog
lib/verror.c

index de057d38d61c17d2604434bc5a306a2b33f4ad58..28327a87a3f94b555a2f50c89862596901de1fdb 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-26  Eric Blake  <ebb9@byu.net>
+
+       * verror.c: Include <config.h> unconditionally.
+
 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * gl_anylinked_list2.h [lint] (gl_linked_iterator)
index 3011ab5f30c8ca1e051b8b4accafd63589acb405..531e4edb5fcdc7e0b7d0b5a647de465d8382574b 100644 (file)
@@ -17,9 +17,7 @@
 
 /* Written by Eric Blake.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "verror.h"
 #include "xvasprintf.h"