r600g: add missing file to sconscript
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.h
index 18ebb0eb22697e97f751bb46653fbee32f133d3a..c46029a5617196fa885a4ed5ec736f6e1cc9e09d 100644 (file)
@@ -88,7 +88,7 @@ struct r600_vertex_element
 struct r600_pipe_shader {
        struct r600_shader              shader;
        struct r600_pipe_state          rstate;
-       struct radeon_ws_bo             *bo;
+       struct r600_bo                  *bo;
        struct r600_vertex_element      vertex_elements;
 };