From fd59dbe94cd06368a616114d6d7eb152e2f84e9c Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 26 Sep 2006 20:14:43 +0000 Subject: [PATCH] * verror.c: Include unconditionally. --- lib/ChangeLog | 4 ++++ lib/verror.c | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index de057d38d6..28327a87a3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-09-26 Eric Blake + + * verror.c: Include unconditionally. + 2006-09-22 Ralf Wildenhues * gl_anylinked_list2.h [lint] (gl_linked_iterator) 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 -#endif +#include #include "verror.h" #include "xvasprintf.h" -- 2.30.2