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 . --- soelim.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'soelim.c') diff --git a/soelim.c b/soelim.c index 9a7d3259..3ef30820 100644 --- a/soelim.c +++ b/soelim.c @@ -1,4 +1,4 @@ -/* $Id: soelim.c,v 1.4 2015/05/21 00:18:52 schwarze Exp $ */ +/* $Id: soelim.c,v 1.5 2015/11/07 14:22:29 schwarze Exp $ */ /* * Copyright (c) 2014 Baptiste Daroussin * All rights reserved. @@ -29,7 +29,9 @@ #include #include +#if HAVE_ERR #include +#endif #include #include #include -- cgit v1.2.3-56-ge451