From 24edd9015951dd41898902b6c3973fe605e5871a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 29 Sep 2006 01:24:26 +0000 Subject: Move mipmap generation functions, texture scaling functions into new mipmap.c file. --- src/mesa/main/texcompress.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/texcompress.c') diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c index d594308024..c44d594d68 100644 --- a/src/mesa/main/texcompress.c +++ b/src/mesa/main/texcompress.c @@ -34,6 +34,7 @@ #include "colormac.h" #include "context.h" #include "image.h" +#include "mipmap.h" #include "texcompress.h" #include "texformat.h" #include "texstore.h" -- cgit v1.2.3