summaryrefslogtreecommitdiff
path: root/lib/verror.c
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-09-26 20:14:43 +0000
committerEric Blake <ebb9@byu.net>2006-09-26 20:14:43 +0000
commitfd59dbe94cd06368a616114d6d7eb152e2f84e9c (patch)
tree1d712a0c88bec5d864e9799a0f7789c7b7fe8a54 /lib/verror.c
parent16e385484d9b0c855042187631e3e6254c36f7ee (diff)
downloadgnulib-fd59dbe94cd06368a616114d6d7eb152e2f84e9c.tar.gz
* verror.c: Include <config.h> unconditionally.
Diffstat (limited to 'lib/verror.c')
-rw-r--r--lib/verror.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/verror.c b/lib/verror.c
index 3011ab5f30..531e4edb5f 100644
--- a/lib/verror.c
+++ b/lib/verror.c
@@ -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"