diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:21 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:21 +0000 |
commit | 6c36ea2d54ea6b6f0cbece06d867d0b884783d0c (patch) | |
tree | 5a5fad5f038ddf02d4b343adb219848ae68f7b1f /transport.c | |
parent | 3b0d3a905e39624abe9ddd1ce20542097601e4c2 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'transport.c')
-rw-r--r-- | transport.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/transport.c b/transport.c index 3cc7149..e00a82a 100644 --- a/transport.c +++ b/transport.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/xtrans/transport.c,v 3.9 2002/05/31 18:45:51 dawes Exp $ */ +/* $XFree86: xc/lib/xtrans/transport.c,v 3.10 2003/03/25 04:18:15 dawes Exp $ */ /* Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA * @@ -51,6 +51,10 @@ from The Open Group. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifdef __UNIXOS2__ +#define I_NEED_OS2_H +#endif + #ifdef XSERV_t #include "os.h" #else @@ -69,6 +73,9 @@ from The Open Group. #ifdef LOCALCONN #include "Xtranslcl.c" #endif +#ifdef OS2PIPECONN +#include "Xtransos2.c" +#endif #if defined(TCPCONN) || defined(UNIXCONN) #include "Xtranssock.c" #endif |