projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5bf7b
)
mesa: Include missing header in prog_execute.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:43:28 +0000
(
00:43
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:43:28 +0000
(
00:43
-0700)
Include mtypes.h for GLcontext symbol.
src/mesa/program/prog_execute.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_execute.h
b/src/mesa/program/prog_execute.h
index adefc5439dea2bf273518c061eb0f793400e8da1..f59b65176ff675cb399b9b6ff551fc8034c71808 100644
(file)
--- a/
src/mesa/program/prog_execute.h
+++ b/
src/mesa/program/prog_execute.h
@@
-26,6
+26,7
@@
#define PROG_EXECUTE_H
#include "main/config.h"
+#include "main/mtypes.h"
typedef void (*FetchTexelLodFunc)(GLcontext *ctx, const GLfloat texcoord[4],