From db61b9ce39bccc43140357652ceb78baaf2aea44 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 7 Jan 2011 00:08:24 -0800 Subject: mesa: Directly include mfeatures.h in files that perform feature tests. --- src/mesa/main/texstore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/texstore.c') diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index ba92cbbc32..7dd4a1fa65 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -58,6 +58,7 @@ #include "image.h" #include "macros.h" #include "mipmap.h" +#include "mfeatures.h" #include "mtypes.h" #include "pack.h" #include "imports.h" -- cgit v1.2.3