mesa: include imports.h to silence warning
authorBrian Paul <brianp@vmware.com>
Wed, 28 Oct 2009 17:11:30 +0000 (11:11 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Oct 2009 17:11:30 +0000 (11:11 -0600)
src/mesa/shader/symbol_table.c

index 42601a7765ffeefbda7099ba5e1fb83700db5bae..73eeb616f340b94db39d3cd4e47fa04b4b0f967d 100644 (file)
@@ -26,6 +26,7 @@
 #include <errno.h>
 #include <assert.h>
 
+#include "main/imports.h"
 #include "symbol_table.h"
 #include "hash_table.h"