radeon_compiler: include main/compiler.h for compiler portability macros
authorAlan Coopersmith <alan.coopersmith@sun.com>
Sun, 17 Jan 2010 08:55:39 +0000 (00:55 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Sun, 17 Jan 2010 08:55:39 +0000 (00:55 -0800)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com>
src/mesa/drivers/dri/r300/compiler/radeon_compiler.h

index 731adc1af2b772085152bee21c7d486f544f9f34..f27f858652e3556acef6d27f3573bcc9284a6baf 100644 (file)
@@ -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"