st/mesa: declare struct pipe_screen in st_cb_bufferobjects.h

To silence a compiler warning.  Trivial.
This commit is contained in:
Brian Paul 2016-01-14 10:38:17 -07:00
parent b82e26a6a4
commit b1e11f4d71
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
struct dd_function_table;
struct pipe_resource;
struct pipe_screen;
struct st_context;
/**