summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 16:40:52 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 16:40:52 +0000
commitdb5bd04097fd815ab6523f187679682a5e5047fa (patch)
treed15b3a34aa3389d074e5dbc6e620e5d0befc1026 /GL
parent8963a220f36cf0ae2a8a653fd39c983140e29736 (diff)
Fix includes right throughout the Xserver tree:
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h
Diffstat (limited to 'GL')
-rw-r--r--GL/windows/glwindows.h2
-rwxr-xr-xGL/windows/glwrap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/GL/windows/glwindows.h b/GL/windows/glwindows.h
index b0e83d077..0e269a119 100644
--- a/GL/windows/glwindows.h
+++ b/GL/windows/glwindows.h
@@ -1,4 +1,4 @@
-#include <Xwindows.h>
+#include <X11/Xwindows.h>
#include <GL/gl.h>
#include <GL/glext.h>
diff --git a/GL/windows/glwrap.c b/GL/windows/glwrap.c
index 656edc131..646675765 100755
--- a/GL/windows/glwrap.c
+++ b/GL/windows/glwrap.c
@@ -5,7 +5,7 @@
* Authors: Alexander Gottwald
*/
-#include <Xwindows.h>
+#include <X11/Xwindows.h>
#include <GL/gl.h>
#include <GL/glext.h>
#include <glxserver.h>