diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 23:51:24 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 23:51:24 +0000 |
commit | 586cc58eff6d3c68313e5c8aedb8ec2464069f2f (patch) | |
tree | 7682ca4e8360a0a5057f23c4f86105e80584cf1e /transport.c | |
parent | 926367f82972bd94a64ef76c8e036f27ca61fb14 (diff) |
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.c | 2 |
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) |