summaryrefslogtreecommitdiff
path: root/transport.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:40 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:40 +0000
commitacb541bcf33fc15b75adf872605734fd730f9168 (patch)
tree5a5fad5f038ddf02d4b343adb219848ae68f7b1f /transport.c
parentd93c194ca393697cd053d63ed7546d48735a6990 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'transport.c')
-rw-r--r--transport.c9
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