mesa: Include mtypes.h in renderbuffer.h.
authorVinson Lee <vlee@vmware.com>
Tue, 4 Jan 2011 06:42:12 +0000 (22:42 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 4 Jan 2011 06:42:12 +0000 (22:42 -0800)
Include mtypes.h for gl_buffer_index symbol.

This is a follow-up to commit 65da73c5f87bc39c76ba9e45945da95fff354308.

src/mesa/main/renderbuffer.h

index 6b66e1684d9d588144ddb597acfeafc9e73863d5..4702a8e952a247f9ac25176153b4844f5d648639 100644 (file)
@@ -27,6 +27,7 @@
 #define RENDERBUFFER_H
 
 #include "glheader.h"
+#include "mtypes.h"
 
 struct gl_context;
 struct gl_framebuffer;