projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f8495
)
mesa: Include missing header in nvfragparse.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:29:26 +0000
(
00:29
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:29:26 +0000
(
00:29
-0700)
Include mtypes.h for GLcontext symbol.
src/mesa/program/nvfragparse.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/nvfragparse.h
b/src/mesa/program/nvfragparse.h
index 544ab80c56c9449526b3703b7b9a342af69cd799..e28a6c4934932242449ecc46f1d370eda2c2668f 100644
(file)
--- a/
src/mesa/program/nvfragparse.h
+++ b/
src/mesa/program/nvfragparse.h
@@
-30,6
+30,7
@@
#ifndef NVFRAGPARSE_H
#define NVFRAGPARSE_H
+#include "main/mtypes.h"
extern void
_mesa_parse_nv_fragment_program(GLcontext *ctx, GLenum target,