From: Brian Paul Date: Fri, 10 Oct 2008 22:30:18 +0000 (-0600) Subject: mesa: include needed header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf9d9a9d01b7697f4a30305cb9574430cba351fa;p=mesa.git mesa: include needed header --- diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c index 4e3d329075c..632d650007e 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"