diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-04-02 19:21:41 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-04-02 19:21:41 -0400 |
commit | b5a0a865c3045cc08c33388320d4ec3ab7065efb (patch) | |
tree | 21ce9f318c70d8e0e1eb9604a0fed81c44944c48 /hw/xfree86/dri2 | |
parent | 8cde0af3c57f0375ba8ba77af9fdf74b79d9496d (diff) |
Pick up dri2proto from the standard proto header include path.
Diffstat (limited to 'hw/xfree86/dri2')
-rw-r--r-- | hw/xfree86/dri2/dri2ext.c | 2 |
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 */ |