projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f58ec9d
)
mesa: Add missing header to fboject.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 06:50:32 +0000
(23:50 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 06:50:32 +0000
(23:50 -0700)
Add mtypes.h for GLcontext symbol.
src/mesa/main/fbobject.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/fbobject.h
b/src/mesa/main/fbobject.h
index 5215e930f9504de58ff46e52beb21360f1214595..9850ee9aa2380454e4e01394fd5225ebbe4007d5 100644
(file)
--- a/
src/mesa/main/fbobject.h
+++ b/
src/mesa/main/fbobject.h
@@
-26,6
+26,7
@@
#ifndef FBOBJECT_H
#define FBOBJECT_H
+#include "mtypes.h"
extern void
_mesa_init_fbobjects(GLcontext *ctx);