* 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 de057d3..28327a8 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 3011ab5..531e4ed 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"