summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-04 07:57:40 -0700
committerBrian Paul <brianp@vmware.com>2009-03-04 07:58:38 -0700
commit945dcbfca62b9b57340caccc1b8286b2f3e743bc (patch)
tree34e5eee4a5417a0046345b5339d10a3b4b5c859f /src
parent45bde75bd67e7e920f0113842d1fa58613ccc3ec (diff)
mesa: include mfeatures.h
See bug 20319.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/shader/prog_instruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index 3808644550..95dd7fda7f 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!