OSDN Git Service

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 42601a7..73eeb61 100644 (file)
@@ -26,6 +26,7 @@
 #include <errno.h>
 #include <assert.h>
 
+#include "main/imports.h"
 #include "symbol_table.h"
 #include "hash_table.h"