mesa: Include mfeatures.h in program.c.
authorVinson Lee <vlee@vmware.com>
Sun, 9 Jan 2011 08:47:33 +0000 (00:47 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 9 Jan 2011 08:47:33 +0000 (00:47 -0800)
Include mfeatures.h for feature tests.

src/mesa/program/program.c

index 9ffa49bb013cd81e2b63f5a2228e918d11865c15..52254e9365f9bb249303e4b857e2d3d957a509ea 100644 (file)
@@ -32,6 +32,7 @@
 #include "main/glheader.h"
 #include "main/context.h"
 #include "main/hash.h"
+#include "main/mfeatures.h"
 #include "program.h"
 #include "prog_cache.h"
 #include "prog_parameter.h"