Module: Mesa
Branch: 7.9
Commit: 439c298595a617d9b10047f950334d05b64fa8e5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=439c298595a617d9b10047f950334d05b64fa8e5

Author: Brian Paul <bri...@vmware.com>
Date:   Tue Feb 22 07:17:32 2011 -0700

mesa: include compiler.h for ASSERT macro

This was already done in the 7.10 branch and master.

---

 src/mesa/program/program.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h
index f8f3798..03b1066 100644
--- a/src/mesa/program/program.h
+++ b/src/mesa/program/program.h
@@ -40,6 +40,7 @@
 #ifndef PROGRAM_H
 #define PROGRAM_H
 
+#include "main/compiler.h"
 #include "main/mtypes.h"
 
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to