summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri2
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-04-02 19:21:41 -0400
committerKristian Høgsberg <krh@redhat.com>2008-04-02 19:21:41 -0400
commitb5a0a865c3045cc08c33388320d4ec3ab7065efb (patch)
tree21ce9f318c70d8e0e1eb9604a0fed81c44944c48 /hw/xfree86/dri2
parent8cde0af3c57f0375ba8ba77af9fdf74b79d9496d (diff)
Pick up dri2proto from the standard proto header include path.
Diffstat (limited to 'hw/xfree86/dri2')
-rw-r--r--hw/xfree86/dri2/dri2ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dri2/dri2ext.c b/hw/xfree86/dri2/dri2ext.c
index d1d52a427..4ae0fda3a 100644
--- a/hw/xfree86/dri2/dri2ext.c
+++ b/hw/xfree86/dri2/dri2ext.c
@@ -37,12 +37,12 @@
#define NEED_REPLIES
#include <X11/X.h>
#include <X11/Xproto.h>
+#include <X11/extensions/dri2proto.h>
#include "dixstruct.h"
#include "scrnintstr.h"
#include "pixmapstr.h"
#include "extnsionst.h"
#include "xf86drm.h"
-#include "dri2proto.h"
#include "dri2.h"
/* The only xf86 include */