summaryrefslogtreecommitdiff
path: root/transport.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 23:51:24 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 23:51:24 +0000
commit586cc58eff6d3c68313e5c8aedb8ec2464069f2f (patch)
tree7682ca4e8360a0a5057f23c4f86105e80584cf1e /transport.c
parent926367f82972bd94a64ef76c8e036f27ca61fb14 (diff)
downloadxorg-lib-libxtrans-586cc58eff6d3c68313e5c8aedb8ec2464069f2f.tar.gz
Change <X11/os.h> to "os.h".XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'transport.c')
-rw-r--r--transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport.c b/transport.c
index 68db942..ff460c2 100644
--- a/transport.c
+++ b/transport.c
@@ -56,7 +56,7 @@ from The Open Group.
#endif
#ifdef XSERV_t
-#include <X11/os.h>
+#include "os.h"
#else
#include <stdlib.h>
#define xalloc(_size) malloc(_size)