Mesa (master): mesa: Add missing header to multisample.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 20:00:48 UTC 2010


Module: Mesa
Branch: master
Commit: c4c2897367450a30a67235e99bc6019573e9d53b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4c2897367450a30a67235e99bc6019573e9d53b

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 13:00:13 2010 -0700

mesa: Add missing header to multisample.h.

Include mtypes.h for GLcontext symbol.

---

 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 4305900..998488e 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);




More information about the mesa-commit mailing list