Mesa (master): mesa: Include missing header in program.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Sep 15 00:55:38 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Sep 14 17:54:46 2010 -0700

mesa: Include missing header in program.h.

Include compiler.h for ASSERT symbol.

---

 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