Module: Mesa Branch: gallium-map-range Commit: 945dcbfca62b9b57340caccc1b8286b2f3e743bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=945dcbfca62b9b57340caccc1b8286b2f3e743bc
Author: Brian Paul <[email protected]> Date: Wed Mar 4 07:57:40 2009 -0700 mesa: include mfeatures.h See bug 20319. --- src/mesa/shader/prog_instruction.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 3808644..95dd7fd 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -38,6 +38,9 @@ #define PROG_INSTRUCTION_H +#include "main/mfeatures.h" + + /** * Swizzle indexes. * Do not change! _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
