From 4d013105ea79696ac5430d6fc0e3ba36fa08938d Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Fri, 30 Dec 2011 13:08:54 +0100 Subject: [PATCH] make failed after configure with non gcc compiler due to missing include --- CHANGES | 4 ++++ xioexit.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3f5c045..548f6ac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ +corrections: + make failed after configure with non gcc compiler due to missing + include. Thanks to Horacio Mijail for reporting this problem + porting: Performed changes for Fedora release 19 diff --git a/xioexit.c b/xioexit.c index fd19589..9c27011 100644 --- a/xioexit.c +++ b/xioexit.c @@ -1,10 +1,11 @@ /* source: xioexit.c */ -/* Copyright Gerhard Rieger 2001-2005 */ +/* Copyright Gerhard Rieger 2001-2012 */ /* 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"