Mesa (7.9): mesa: include compiler.h for ASSERT macro

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 22 14:20:26 UTC 2011


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

Author: Brian Paul <brianp at 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"
 
 




More information about the mesa-commit mailing list