mesa: Add missing header to multisample.h.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 20:00:13 +0000 (13:00 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 20:00:13 +0000 (13:00 -0700)
Include mtypes.h for GLcontext symbol.

src/mesa/main/multisample.h

index 4305900cc4967cd597ab0768ec9badcd21d11c84..998488ef4202fb8e6a7dad28cae7eea28b343200 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef MULTISAMPLE_H
 #define MULTISAMPLE_H
 
+#include "mtypes.h"
 
 extern void GLAPIENTRY
 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);