mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 23:42:34 +00:00
make failed after configure with non gcc compiler due to missing include
This commit is contained in:
parent
dea9af1ee7
commit
9ce2ff3492
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
@ -1,5 +1,8 @@
|
||||||
|
|
||||||
corrections:
|
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
|
fixed bug in xio-openssl.c that prevented error handling of bad number
|
||||||
of arguments, thanks to Paulik Tamas for reporting
|
of arguments, thanks to Paulik Tamas for reporting
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
/* source: xioexit.c */
|
/* source: xioexit.c */
|
||||||
/* Copyright Gerhard Rieger 2001-2005 */
|
/* Copyright Gerhard Rieger */
|
||||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||||
|
|
||||||
/* this file contains the source for the extended exit function */
|
/* this file contains the source for the extended exit function */
|
||||||
|
|
||||||
#include "xiosysincludes.h"
|
#include "xiosysincludes.h"
|
||||||
|
#include "compat.h"
|
||||||
#include "xio.h"
|
#include "xio.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue