summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-09 15:52:02 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-09 15:52:02 +0000
commita0dcd2514f362f9b103e3107f7af53e696c678c7 (patch)
tree2b87251aba3cc15df6a100560f1641c099b66b6a
parentf865977a66448e327644d8c91b195a732d7750b3 (diff)
Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11
Copy Xtrans.h to exports/include/X11/Xtrans only
-rw-r--r--include/os.h2
-rw-r--r--os/connection.c2
-rw-r--r--os/io.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/os.h b/include/os.h
index 74da4e8..4f58fe5 100644
--- a/include/os.h
+++ b/include/os.h
@@ -32,7 +32,7 @@ from The Open Group.
#ifndef OS_H
#define OS_H
-#include <X11/Xtrans.h>
+#include <X11/Xtrans/Xtrans.h>
extern fd_set AllSockets;
extern fd_set AllClients;
diff --git a/os/connection.c b/os/connection.c
index 1ca49af..c9d6350 100644
--- a/os/connection.c
+++ b/os/connection.c
@@ -64,7 +64,7 @@ SOFTWARE.
/* $XFree86: xc/programs/lbxproxy/os/connection.c,v 1.18 2002/07/06 09:59:17 alanh Exp $ */
#include "misc.h"
-#include <X11/Xtrans.h>
+#include <X11/Xtrans/Xtrans.h>
#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h> /* atoi */
diff --git a/os/io.c b/os/io.c
index 1179fac..321dd84 100644
--- a/os/io.c
+++ b/os/io.c
@@ -55,7 +55,7 @@ SOFTWARE.
*****************************************************************/
#include <stdio.h>
-#include <X11/Xtrans.h>
+#include <X11/Xtrans/Xtrans.h>
#include "Xos.h"
#include "misc.h"
#include <errno.h>