From: Luo Jinghua Date: Sat, 22 Aug 2009 05:52:46 +0000 (+0800) Subject: ARB prog parser: include imports.h to kill some compiler warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=523cb80d0f28d8dbb7b53b4d798e63baacc0ca35;p=mesa.git ARB prog parser: include imports.h to kill some compiler warnings --- diff --git a/src/mesa/shader/hash_table.c b/src/mesa/shader/hash_table.c index a28a53ce027..881179f9d85 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"