Mesa (master): mesa: include imports.h to silence warning

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 28 17:33:48 UTC 2009


Module: Mesa
Branch: master
Commit: 5e3b2baae74e6cde494b2fe5c6b32e3e8ef0ce87
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e3b2baae74e6cde494b2fe5c6b32e3e8ef0ce87

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Oct 28 11:11:30 2009 -0600

mesa: include imports.h to silence warning

---

 src/mesa/shader/symbol_table.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/shader/symbol_table.c b/src/mesa/shader/symbol_table.c
index 42601a7..73eeb61 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"
 




More information about the mesa-commit mailing list