diff options
author | Vinson Lee <[email protected]> | 2010-07-30 13:00:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-30 13:00:13 -0700 |
commit | c4c2897367450a30a67235e99bc6019573e9d53b (patch) | |
tree | d007fee503b9878d4642d0720afce3d1a29b7741 /src/mesa/main/multisample.h | |
parent | dd406cf34196a5a60362d8e1928b1308b56dd3f8 (diff) |
mesa: Add missing header to multisample.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/main/multisample.h')
-rw-r--r-- | src/mesa/main/multisample.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/multisample.h b/src/mesa/main/multisample.h index 4305900cc49..998488ef420 100644 --- a/src/mesa/main/multisample.h +++ b/src/mesa/main/multisample.h @@ -26,6 +26,7 @@ #ifndef MULTISAMPLE_H #define MULTISAMPLE_H +#include "mtypes.h" extern void GLAPIENTRY _mesa_SampleCoverageARB(GLclampf value, GLboolean invert); |