ARB prog parser: include imports.h to kill some compiler warnings
authorLuo Jinghua <sunmoon1997@gmail.com>
Sat, 22 Aug 2009 05:52:46 +0000 (13:52 +0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 22 Aug 2009 20:59:48 +0000 (13:59 -0700)
src/mesa/shader/hash_table.c

index a28a53ce027be3d3924b31cce5b25970912469f0..881179f9d850dbae5402d5b26c0bc0f41a602fc1 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <assert.h>
 
+#include "main/imports.h"
 #include "main/simple_list.h"
 #include "hash_table.h"