summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texcombine.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-10 16:30:18 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-10 16:34:08 -0600
commitbf9d9a9d01b7697f4a30305cb9574430cba351fa (patch)
treeb99bd06c661c1ddda18998f97d9901804307a472 /src/mesa/swrast/s_texcombine.c
parentf863ae1a040c358728d8608531ae3eb695f3af9e (diff)
mesa: include needed header
Diffstat (limited to 'src/mesa/swrast/s_texcombine.c')
-rw-r--r--src/mesa/swrast/s_texcombine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c
index 4e3d329075..632d650007 100644
--- a/src/mesa/swrast/s_texcombine.c
+++ b/src/mesa/swrast/s_texcombine.c
@@ -26,6 +26,7 @@
#include "main/glheader.h"
#include "main/context.h"
#include "main/colormac.h"
+#include "main/image.h"
#include "main/imports.h"
#include "main/macros.h"
#include "main/pixel.h"