summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-08-22 13:52:46 +0800
committerIan Romanick <ian.d.romanick@intel.com>2009-08-22 13:59:48 -0700
commit523cb80d0f28d8dbb7b53b4d798e63baacc0ca35 (patch)
treee3a6b02899a70b5a584d4afa524cdbc2cbfe45d6 /src/mesa/shader
parent180c304943537210b2f6459ea21e9bff85f9827e (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.c1
1 files changed, 1 insertions, 0 deletions
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 <assert.h>
+#include "main/imports.h"
#include "main/simple_list.h"
#include "hash_table.h"