mesa: Add missing header to multisample.h.

Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee
2010-07-30 13:00:13 -07:00
parent dd406cf341
commit c4c2897367
+1
View File
@@ -26,6 +26,7 @@
#ifndef MULTISAMPLE_H
#define MULTISAMPLE_H
#include "mtypes.h"
extern void GLAPIENTRY
_mesa_SampleCoverageARB(GLclampf value, GLboolean invert);