Mesa (master): swrast: Include missing header in s_context.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Aug 7 19:46:08 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Aug  7 12:44:58 2010 -0700

swrast: Include missing header in s_context.h.

Include compiler.h for _ASMAPIP symbol.

---

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

diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h
index c9755e6..6d81f74 100644
--- a/src/mesa/swrast/s_context.h
+++ b/src/mesa/swrast/s_context.h
@@ -43,6 +43,7 @@
 #ifndef S_CONTEXT_H
 #define S_CONTEXT_H
 
+#include "main/compiler.h"
 #include "main/mtypes.h"
 #include "program/prog_execute.h"
 #include "swrast.h"




More information about the mesa-commit mailing list