summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-28 11:11:30 -0600
committerBrian Paul <brianp@vmware.com>2009-10-28 11:11:30 -0600
commit5e3b2baae74e6cde494b2fe5c6b32e3e8ef0ce87 (patch)
tree01ea05e28fa733714ff1345ea53bbdf5049b473f /src
parenta7d0665c00053839065592c339bfb298187a82be (diff)
mesa: include imports.h to silence warning
Diffstat (limited to 'src')
-rw-r--r--src/mesa/shader/symbol_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/symbol_table.c b/src/mesa/shader/symbol_table.c
index 42601a7765..73eeb616f3 100644
--- a/src/mesa/shader/symbol_table.c
+++ b/src/mesa/shader/symbol_table.c
@@ -26,6 +26,7 @@
#include <errno.h>
#include <assert.h>
+#include "main/imports.h"
#include "symbol_table.h"
#include "hash_table.h"