projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991a24d
)
mesa: Include missing headers in prog_print.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 12 Aug 2010 07:27:01 +0000
(
00:27
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 12 Aug 2010 07:27:01 +0000
(
00:27
-0700)
Include stdio.h for FILE symbol.
Include glheader.h for GL symbols.
Include mtypes.h for GLcontext symbol.
Add forward declarations.
src/mesa/program/prog_print.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_print.h
b/src/mesa/program/prog_print.h
index 9ab745601693572aafd601f2f8357d7ad63d3b06..4667373f37941f3fcc7141a721a33224217c8ee2 100644
(file)
--- a/
src/mesa/program/prog_print.h
+++ b/
src/mesa/program/prog_print.h
@@
-26,6
+26,16
@@
#ifndef PROG_PRINT_H
#define PROG_PRINT_H
+#include <stdio.h>
+
+#include "main/glheader.h"
+#include "main/mtypes.h"
+
+struct gl_program;
+struct gl_program_parameter_list;
+struct gl_shader;
+struct prog_instruction;
+
/**
* The output style to use when printing programs.