From 523cb80d0f28d8dbb7b53b4d798e63baacc0ca35 Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Sat, 22 Aug 2009 13:52:46 +0800 Subject: ARB prog parser: include imports.h to kill some compiler warnings --- src/mesa/shader/hash_table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/shader/hash_table.c') diff --git a/src/mesa/shader/hash_table.c b/src/mesa/shader/hash_table.c index a28a53ce02..881179f9d8 100644 --- a/src/mesa/shader/hash_table.c +++ b/src/mesa/shader/hash_table.c @@ -32,6 +32,7 @@ #include +#include "main/imports.h" #include "main/simple_list.h" #include "hash_table.h" -- cgit v1.2.3