Mesa (gallium-0.2): mesa: include needed header

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 10 22:42:12 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: bf9d9a9d01b7697f4a30305cb9574430cba351fa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf9d9a9d01b7697f4a30305cb9574430cba351fa

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Oct 10 16:30:18 2008 -0600

mesa: include needed header

---

 src/mesa/swrast/s_texcombine.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c
index 4e3d329..632d650 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"




More information about the mesa-commit mailing list