Mesa (master): mesa: Include missing header in pixelstore.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 06:36:33 UTC 2010


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

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

mesa: Include missing header in pixelstore.h.

Include mtypes.h for GLcontext symbol.

---

 src/mesa/main/pixelstore.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h
index ee963f9..47bff42 100644
--- a/src/mesa/main/pixelstore.h
+++ b/src/mesa/main/pixelstore.h
@@ -33,6 +33,7 @@
 
 
 #include "glheader.h"
+#include "mtypes.h"
 
 
 extern void GLAPIENTRY




More information about the mesa-commit mailing list