summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-04-02 19:17:31 -0400
committerKristian Høgsberg <krh@redhat.com>2008-04-02 19:17:31 -0400
commite786924bf08583f74fff135a211c040843abd0bb (patch)
treed54ff8a19bf4bc3f1d92a2a82a4916ee8c14e16c /src/glx
parentdc836edf49a08a7fd77fc1f127818b0550558581 (diff)
Pick up dri2proto from the standard proto header include path.
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/x11/dri2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/dri2.c b/src/glx/x11/dri2.c
index c3012c4e5f..e7044ab424 100644
--- a/src/glx/x11/dri2.c
+++ b/src/glx/x11/dri2.c
@@ -35,9 +35,9 @@
#include <X11/Xlibint.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
+#include <X11/extensions/dri2proto.h>
#include "glheader.h"
#include "xf86drm.h"
-#include "dri2proto.h"
#include "dri2.h"
static char dri2ExtensionName[] = DRI2_NAME;