diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/x11/dri2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/dri2.c b/src/glx/x11/dri2.c index c3012c4e5fb..e7044ab4248 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; |