mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
make failed after configure with non gcc compiler due to missing include
This commit is contained in:
parent
b6deb56a14
commit
4d013105ea
2 changed files with 6 additions and 1 deletions
4
CHANGES
4
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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue