projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1525fb4
)
st/mesa: Add missing header in st_atom_pixeltransfer.c.
author
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 04:13:33 +0000
(21:13 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 04:13:33 +0000
(21:13 -0700)
src/mesa/state_tracker/st_atom_pixeltransfer.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom_pixeltransfer.c
b/src/mesa/state_tracker/st_atom_pixeltransfer.c
index b88c74fa03af6ad7f0fed2324a0c776b50dc31ad..8a8d17599ecdebd155381ae37386ba0f71c32631 100644
(file)
--- a/
src/mesa/state_tracker/st_atom_pixeltransfer.c
+++ b/
src/mesa/state_tracker/st_atom_pixeltransfer.c
@@
-37,6
+37,7
@@
#include "main/image.h"
#include "main/macros.h"
#include "program/program.h"
+#include "program/prog_cache.h"
#include "program/prog_instruction.h"
#include "program/prog_parameter.h"
#include "program/prog_print.h"