diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-14 19:51:23 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-16 12:06:07 +1000 |
commit | fe31f9c646bc26163497f29c3b833c090df0b3f9 (patch) | |
tree | 8ea45a76c0504111a58561c644e4de3e26ea2c5b /glx/glxdri.c | |
parent | 159e03204093991ccd4133133c50c0cae88c828f (diff) |
Change xf86dristr.h includes to use xf86driproto.h instead
Clears warnings about obsolete headers, but raises minimum
required version of xf86driproto to 2.1.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'glx/glxdri.c')
-rw-r--r-- | glx/glxdri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glxdri.c b/glx/glxdri.c index c9d226bdf..6122653b0 100644 --- a/glx/glxdri.c +++ b/glx/glxdri.c @@ -43,7 +43,7 @@ #define _XF86DRI_SERVER_ #include <drm_sarea.h> #include <xf86drm.h> -#include <xf86dristr.h> +#include <X11/dri/xf86driproto.h> #include <xf86str.h> #include <xf86.h> #include <dri.h> |