From b897019f5696c540f454bcb428d44ad31ef65559 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 7 Nov 2015 14:22:29 +0000 Subject: Without HAVE_ERR, don't try to include , it probably isn't there. In that case, the required prototypes are in "config.h". Patch from Peter Bray . --- compat_err.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compat_err.c') diff --git a/compat_err.c b/compat_err.c index 3a5bac03..fd6e11f4 100644 --- a/compat_err.c +++ b/compat_err.c @@ -6,7 +6,7 @@ int dummy; #else -/* $Id: compat_err.c,v 1.2 2015/11/06 16:30:33 schwarze Exp $ */ +/* $Id: compat_err.c,v 1.3 2015/11/07 14:22:29 schwarze Exp $ */ /* * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -36,7 +36,6 @@ int dummy; * SUCH DAMAGE. */ -#include #include #include #include -- cgit v1.2.3