1
0
mirror of https://github.com/moparisthebest/socat synced 2024-08-13 16:43:48 -04:00

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

This commit is contained in:
Gerhard Rieger 2011-12-30 13:08:54 +01:00
parent b6deb56a14
commit 4d013105ea
2 changed files with 6 additions and 1 deletions

View File

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

View File

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