Fix dri_util.c build with new headers.

Submitted by:	John Lightsey <john@nixnuts.net>
This commit is contained in:
Eric Anholt
2004-08-12 21:50:03 +00:00
parent 3bbdcdcdb8
commit b292642de0

View File

@@ -50,7 +50,7 @@
#include "drm_sarea.h"
#include "glcontextmodes.h"
#ifndef GLX_OML_sync_control
#ifndef PFNGLXGETMSCRATEOMLPROC
typedef GLboolean ( * PFNGLXGETMSCRATEOMLPROC) (__DRInativeDisplay *dpy, __DRIid drawable, int32_t *numerator, int32_t *denominator);
#endif