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

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 06:53:43 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul 29 23:53:13 2010 -0700

mesa: Add missing header to framebuffer.h.

Include mtypes.h for GLvisual and GLcontext symbols.

---

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

diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index 1b6e3b1..2e98442 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -26,6 +26,7 @@
 #ifndef FRAMEBUFFER_H
 #define FRAMEBUFFER_H
 
+#include "mtypes.h"
 
 extern struct gl_framebuffer *
 _mesa_create_framebuffer(const GLvisual *visual);




More information about the mesa-commit mailing list