=================================================================== RCS file: /cvs/mandoc/compat_stringlist.c,v retrieving revision 1.5 retrieving revision 1.7 diff -u -p -r1.5 -r1.7 --- mandoc/compat_stringlist.c 2015/05/21 00:13:43 1.5 +++ mandoc/compat_stringlist.c 2020/06/15 01:37:15 1.7 @@ -1,12 +1,4 @@ -#include "config.h" - -#if HAVE_STRINGLIST - -int dummy; - -#else - -/* $Id: compat_stringlist.c,v 1.5 2015/05/21 00:13:43 schwarze Exp $ */ +/* $Id: compat_stringlist.c,v 1.7 2020/06/15 01:37:15 schwarze Exp $ */ /* * Copyright (c) 1994 Christos Zoulas * All rights reserved. @@ -32,8 +24,11 @@ int dummy; * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +#include "config.h" +#if HAVE_ERR #include +#endif #include #include #include "compat_stringlist.h" @@ -113,5 +108,3 @@ sl_find(StringList *sl, const char *name) return NULL; } - -#endif