diff options
author | Adam Jackson <ajax@freedesktop.org> | 2005-01-08 03:54:38 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2005-01-08 03:54:38 +0000 |
commit | 1074eae704f4f68a721cfb9810cd0fde3d3aed07 (patch) | |
tree | 81ba02b0c1d9935c07f4ca4388429cb00a860012 /src/glx/x11/XF86dri.c | |
parent | ccaa15a0812f3cdac5669cb315e5e7e9eaba9685 (diff) |
Enable libGL to be built with DRI_NEW_INTERFACE_ONLY (but don't do it yet).
Diffstat (limited to 'src/glx/x11/XF86dri.c')
-rw-r--r-- | src/glx/x11/XF86dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/XF86dri.c b/src/glx/x11/XF86dri.c index b94fd97d34..d0b7f72554 100644 --- a/src/glx/x11/XF86dri.c +++ b/src/glx/x11/XF86dri.c @@ -39,10 +39,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NEED_REPLIES #include <X11/Xlibint.h> -#include "xf86dristr.h" #include <X11/extensions/Xext.h> #include "extutil.h" #include "glheader.h" +#include "xf86dristr.h" static XExtensionInfo _xf86dri_info_data; static XExtensionInfo *xf86dri_info = &_xf86dri_info_data; |