diff options
author | Luo Jinghua <[email protected]> | 2009-08-22 13:52:46 +0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-08-22 13:59:48 -0700 |
commit | 523cb80d0f28d8dbb7b53b4d798e63baacc0ca35 (patch) | |
tree | e3a6b02899a70b5a584d4afa524cdbc2cbfe45d6 /src/mesa/shader | |
parent | 180c304943537210b2f6459ea21e9bff85f9827e (diff) |
ARB prog parser: include imports.h to kill some compiler warnings
Diffstat (limited to 'src/mesa/shader')
-rw-r--r-- | src/mesa/shader/hash_table.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <assert.h> +#include "main/imports.h" #include "main/simple_list.h" #include "hash_table.h" |