From: Brian Paul Date: Wed, 28 Oct 2009 17:11:30 +0000 (-0600) Subject: mesa: include imports.h to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e3b2baae74e6cde494b2fe5c6b32e3e8ef0ce87;p=mesa.git mesa: include imports.h to silence warning --- diff --git a/src/mesa/shader/symbol_table.c b/src/mesa/shader/symbol_table.c index 42601a7765f..73eeb616f34 100644 --- a/src/mesa/shader/symbol_table.c +++ b/src/mesa/shader/symbol_table.c @@ -26,6 +26,7 @@ #include #include +#include "main/imports.h" #include "symbol_table.h" #include "hash_table.h"