=================================================================== RCS file: /cvs/mandoc/compat_stringlist.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/compat_stringlist.c 2015/05/21 00:13:43 1.5 +++ mandoc/compat_stringlist.c 2015/11/07 14:22:29 1.6 @@ -6,7 +6,7 @@ int dummy; #else -/* $Id: compat_stringlist.c,v 1.5 2015/05/21 00:13:43 schwarze Exp $ */ +/* $Id: compat_stringlist.c,v 1.6 2015/11/07 14:22:29 schwarze Exp $ */ /* * Copyright (c) 1994 Christos Zoulas * All rights reserved. @@ -33,7 +33,9 @@ int dummy; * SUCH DAMAGE. */ +#if HAVE_ERR #include +#endif #include #include #include "compat_stringlist.h"