broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.
[mesa.git] / src / mesa / state_tracker / st_cb_drawtex.h
index 7b0da7027984ad1c79133e4866eaedc9f6730d19..e849646a7cbaad686544ce4f5a93b72cc159ac7b 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
  * 
- * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
+ * Copyright 2008 VMware, Inc.
  * All Rights Reserved.
  *
  **************************************************************************/
@@ -9,6 +9,12 @@
 #ifndef ST_CB_DRAWTEX_H
 #define ST_CB_DRAWTEX_H
 
+
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
+
 extern void
 st_init_drawtex_functions(struct dd_function_table *functions);