summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-07 12:44:58 -0700
committerVinson Lee <vlee@vmware.com>2010-08-07 12:44:58 -0700
commit690ead0f2248c117f675004a1c1918f425ca326f (patch)
treea97772012e9f40d26d534204763b8f9b35918bae /src/mesa/swrast/s_context.h
parentd6273bb39b9909f5fc530362805cf84cbefc9d25 (diff)
swrast: Include missing header in s_context.h.
Include compiler.h for _ASMAPIP symbol.
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r--src/mesa/swrast/s_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h
index c9755e6da1..6d81f74768 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"