st/mesa: Add missing header in st_atom_pixeltransfer.c.
authorVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 04:13:33 +0000 (21:13 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 5 Aug 2010 04:13:33 +0000 (21:13 -0700)
src/mesa/state_tracker/st_atom_pixeltransfer.c

index b88c74fa03af6ad7f0fed2324a0c776b50dc31ad..8a8d17599ecdebd155381ae37386ba0f71c32631 100644 (file)
@@ -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"