]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_stringlist.c
Now that markdown output is tested for almost everything, test all
[mandoc.git] / compat_stringlist.c
index b33971680b21505a87996455a136c8cdc3a3a383..17eba7724af5a39a4c947a1f82a3045c1c7acb4b 100644 (file)
@@ -6,7 +6,7 @@ int dummy;
 
 #else
 
 
 #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 <christos@netbsd.org>
  * All rights reserved.
 /*
  * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
  * All rights reserved.
@@ -33,7 +33,9 @@ int dummy;
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#if HAVE_ERR
 #include <err.h>
 #include <err.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include "compat_stringlist.h"
 #include <stdlib.h>
 #include <string.h>
 #include "compat_stringlist.h"