From ee5244d581c7c935e17fe2c2ca5d8f03b6df6c8c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 9 Aug 2014 14:05:21 +0000 Subject: missing #include "config.h", hence missing definition of __BEGIN_DECLS; found by Thomas Klausner on SunOS 5.11 --- mansearch_const.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mansearch_const.c') diff --git a/mansearch_const.c b/mansearch_const.c index b7ffad40..1533f927 100644 --- a/mansearch_const.c +++ b/mansearch_const.c @@ -1,4 +1,4 @@ -/* $Id: mansearch_const.c,v 1.4 2014/04/10 02:46:21 schwarze Exp $ */ +/* $Id: mansearch_const.c,v 1.5 2014/08/09 14:05:21 schwarze Exp $ */ /* * Copyright (c) 2014 Ingo Schwarze * @@ -14,6 +14,10 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit v1.2.3-56-ge451