mesa: Include mtypes.h in renderbuffer.h.

Include mtypes.h for gl_buffer_index symbol.

This is a follow-up to commit 65da73c5f8.
This commit is contained in:
Vinson Lee
2011-01-03 22:42:12 -08:00
parent 1df795f958
commit 9095947fa7
+1
View File
@@ -27,6 +27,7 @@
#define RENDERBUFFER_H
#include "glheader.h"
#include "mtypes.h"
struct gl_context;
struct gl_framebuffer;