projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e3854
)
* verror.c: Include <config.h> unconditionally.
author
Eric Blake
<ebb9@byu.net>
Tue, 26 Sep 2006 20:14:43 +0000
(20:14 +0000)
committer
Eric Blake
<ebb9@byu.net>
Tue, 26 Sep 2006 20:14:43 +0000
(20:14 +0000)
lib/ChangeLog
patch
|
blob
|
history
lib/verror.c
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index de057d38d61c17d2604434bc5a306a2b33f4ad58..28327a87a3f94b555a2f50c89862596901de1fdb 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-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)
diff --git
a/lib/verror.c
b/lib/verror.c
index 3011ab5f30c8ca1e051b8b4accafd63589acb405..531e4edb5fcdc7e0b7d0b5a647de465d8382574b 100644
(file)
--- 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"