Mesa (master): radeon_compiler: include main/compiler. h for compiler portability macros

Corbin Simpson csimpson at kemper.freedesktop.org
Sun Jan 17 08:59:39 UTC 2010


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

Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Sun Jan 17 00:55:39 2010 -0800

radeon_compiler: include main/compiler.h for compiler portability macros

Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
Reviewed-by: Corbin Simpson <MostAwesomeDude at gmail.com>

---

 .../drivers/dri/r300/compiler/radeon_compiler.h    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
index 731adc1..f27f858 100644
--- a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
+++ b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.h
@@ -23,6 +23,8 @@
 #ifndef RADEON_COMPILER_H
 #define RADEON_COMPILER_H
 
+#include "../../../../main/compiler.h"
+
 #include "memory_pool.h"
 #include "radeon_code.h"
 #include "radeon_program.h"




More information about the mesa-commit mailing list