i965: Fix build failure 63/6663/1
authorAnuj Phogat <anuj.phogat@gmail.com>
Mon, 20 May 2013 23:15:49 +0000 (16:15 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Mon, 20 May 2013 23:15:57 +0000 (16:15 -0700)
meta.h should be included in brw_state_upload.c to get access to
function _mesa_meta_in_progress().

src/mesa/drivers/dri/i965/brw_state_upload.c

index 5549f59..85c01e1 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "brw_context.h"
 #include "brw_state.h"
+#include "drivers/common/meta.h"
 #include "intel_batchbuffer.h"
 #include "intel_buffers.h"