Mesa (master): mesa: Include mtypes.h in renderbuffer.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 4 06:45:48 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jan  3 22:42:12 2011 -0800

mesa: Include mtypes.h in renderbuffer.h.

Include mtypes.h for gl_buffer_index symbol.

This is a follow-up to commit 65da73c5f87bc39c76ba9e45945da95fff354308.

---

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

diff --git a/src/mesa/main/renderbuffer.h b/src/mesa/main/renderbuffer.h
index 6b66e16..4702a8e 100644
--- a/src/mesa/main/renderbuffer.h
+++ b/src/mesa/main/renderbuffer.h
@@ -27,6 +27,7 @@
 #define RENDERBUFFER_H
 
 #include "glheader.h"
+#include "mtypes.h"
 
 struct gl_context;
 struct gl_framebuffer;




More information about the mesa-commit mailing list