From 9ce2ff34927b6270ace1738d1eede7f9df0aceb5 Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Fri, 21 Mar 2014 07:38:03 +0100 Subject: [PATCH] make failed after configure with non gcc compiler due to missing include --- CHANGES | 3 +++ xioexit.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ef6aa71..06802e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ corrections: + make failed after configure with non gcc compiler due to missing + include. Thanks to Horacio Mijail for reporting this problem + fixed bug in xio-openssl.c that prevented error handling of bad number of arguments, thanks to Paulik Tamas for reporting diff --git a/xioexit.c b/xioexit.c index fd19589..fe2127f 100644 --- a/xioexit.c +++ b/xioexit.c @@ -1,10 +1,11 @@ /* source: xioexit.c */ -/* Copyright Gerhard Rieger 2001-2005 */ +/* Copyright Gerhard Rieger */ /* Published under the GNU General Public License V.2, see file COPYING */ /* this file contains the source for the extended exit function */ #include "xiosysincludes.h" +#include "compat.h" #include "xio.h"