summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxext.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-08-11 14:18:53 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-08-11 14:18:53 +0000
commit82dfd4b71f932f46e116743b204d0077a0875ab8 (patch)
tree07532b59597e76e9b8bebfa049c6e44a8e971b88 /src/glx/x11/glxext.c
parentac887d421176364fe0756e8ebba9aac11d78b16a (diff)
fix X #includes so they're relative to X11/ directory (bug 4047)
Diffstat (limited to 'src/glx/x11/glxext.c')
-rw-r--r--src/glx/x11/glxext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c
index 1fd2099a7f..eb6e870e98 100644
--- a/src/glx/x11/glxext.c
+++ b/src/glx/x11/glxext.c
@@ -46,8 +46,8 @@
#include "glxclient.h"
#include <stdio.h>
-#include <Xext.h>
-#include <extutil.h>
+#include <X11/extensions/Xext.h>
+#include <X11/extensions/extutil.h>
#include <assert.h>
#include "indirect_init.h"
#include "glapi.h"