diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-08-04 21:13:33 -0700 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-08-04 21:13:33 -0700 | 
| commit | a0989e94374a678fb6c2d0974255a178361c47a7 (patch) | |
| tree | 548fd9c2f139f6ab5b087506eff68b0f417d7936 | |
| parent | 1525fb4afec0adc164948b4060ec1c0359441cd3 (diff) | |
st/mesa: Add missing header in st_atom_pixeltransfer.c.
| -rw-r--r-- | src/mesa/state_tracker/st_atom_pixeltransfer.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/mesa/state_tracker/st_atom_pixeltransfer.c b/src/mesa/state_tracker/st_atom_pixeltransfer.c index b88c74fa03..8a8d17599e 100644 --- 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" | 
