aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_stringlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat_stringlist.c')
-rw-r--r--compat_stringlist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/compat_stringlist.c b/compat_stringlist.c
index b3397168..17eba772 100644
--- a/compat_stringlist.c
+++ b/compat_stringlist.c
@@ -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 <christos@netbsd.org>
* All rights reserved.
@@ -33,7 +33,9 @@ int dummy;
* SUCH DAMAGE.
*/
+#if HAVE_ERR
#include <err.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include "compat_stringlist.h"