summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-07 00:08:24 -0800
committerVinson Lee <vlee@vmware.com>2011-01-07 00:13:00 -0800
commitdb61b9ce39bccc43140357652ceb78baaf2aea44 (patch)
treed642e96a9351d5786e5b356ccfcdbfb1e1289d75 /src/mesa/main/texcompress_fxt1.h
parent7c320a869b7c755e6cf3fc0bb37f4b0bd66ba3e0 (diff)
mesa: Directly include mfeatures.h in files that perform feature tests.
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.h')
-rw-r--r--src/mesa/main/texcompress_fxt1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h
index 38048b26cc..b991f4c67e 100644
--- a/src/mesa/main/texcompress_fxt1.h
+++ b/src/mesa/main/texcompress_fxt1.h
@@ -26,6 +26,7 @@
#define TEXCOMPRESS_FXT1_H
#include "glheader.h"
+#include "mfeatures.h"
#include "texstore.h"
struct gl_texture_image;