projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989c60b
)
mesa: Add missing header to depthstencil.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 05:43:09 +0000
(22:43 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 05:43:42 +0000
(22:43 -0700)
Add mtypes.h for GLcontext symbol.
src/mesa/main/depthstencil.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/depthstencil.h
b/src/mesa/main/depthstencil.h
index 3dde081f5a5666ac0cd535299a97a2eee24379dd..afbac77f0e297bcad6858cdef463b353be7a44b5 100644
(file)
--- a/
src/mesa/main/depthstencil.h
+++ b/
src/mesa/main/depthstencil.h
@@
-26,6
+26,7
@@
#ifndef DEPTHSTENCIL_H
#define DEPTHSTENCIL_H
+#include "mtypes.h"
extern struct gl_renderbuffer *
_mesa_new_z24_renderbuffer_wrapper(GLcontext *ctx,