projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6273bb
)
swrast: Include missing header in s_context.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 7 Aug 2010 19:44:58 +0000
(12:44 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_context.h
b/src/mesa/swrast/s_context.h
index c9755e6da183c0d7f56cfb1b6008f1c289f6525a..6d81f74768f9dbb4e49eb8445f7b61ff777fe21a 100644
(file)
--- 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"