Mesa (master): ARB prog parser: include imports. h to kill some compiler warnings

Ian Romanick idr at kemper.freedesktop.org
Sat Aug 22 21:02:38 UTC 2009


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

Author: Luo Jinghua <sunmoon1997 at gmail.com>
Date:   Sat Aug 22 13:52:46 2009 +0800

ARB prog parser: include imports.h to kill some compiler warnings

---

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

diff --git a/src/mesa/shader/hash_table.c b/src/mesa/shader/hash_table.c
index a28a53c..881179f 100644
--- a/src/mesa/shader/hash_table.c
+++ b/src/mesa/shader/hash_table.c
@@ -32,6 +32,7 @@
 
 #include <assert.h>
 
+#include "main/imports.h"
 #include "main/simple_list.h"
 #include "hash_table.h"
 




More information about the mesa-commit mailing list