summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-07 22:05:28 -0700
committerVinson Lee <vlee@vmware.com>2010-08-07 22:05:28 -0700
commita2a40cefe2335c1edaa20258d74263f0004b2928 (patch)
treeaf579577b6c586833dbac5b4566b445e3b516b8d
parentc20e9774679691fef3a2be3d64621a9e1c76fa83 (diff)
swrast: Fix header file inclusion in s_texfilter.h.
Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol.
-rw-r--r--src/mesa/swrast/s_texfilter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texfilter.h b/src/mesa/swrast/s_texfilter.h
index 2e265d685c5..eceab59658e 100644
--- a/src/mesa/swrast/s_texfilter.h
+++ b/src/mesa/swrast/s_texfilter.h
@@ -27,7 +27,8 @@
#define S_TEXFILTER_H
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_context.h"
extern texture_sample_func