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/texgen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/texgen.h') diff --git a/src/mesa/main/texgen.h b/src/mesa/main/texgen.h index 9ed8023836..336ffce924 100644 --- a/src/mesa/main/texgen.h +++ b/src/mesa/main/texgen.h @@ -29,6 +29,7 @@ #include "compiler.h" #include "glheader.h" +#include "mfeatures.h" struct _glapi_table; -- cgit v1.2.3