OSDN Git Service

swrast: Include missing header in s_context.h.
authorVinson Lee <vlee@vmware.com>
Sat, 7 Aug 2010 19:44:58 +0000 (12:44 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 7 Aug 2010 19:44:58 +0000 (12:44 -0700)
Include compiler.h for _ASMAPIP symbol.

src/mesa/swrast/s_context.h

index c9755e6..6d81f74 100644 (file)
@@ -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"