make failed after configure with non gcc compiler due to missing include

This commit is contained in:
Gerhard Rieger 2014-03-21 07:38:03 +01:00
parent dea9af1ee7
commit 9ce2ff3492
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"