Mesa (master): mesa: Include mfeatures.h before testing feature macros

Kristian Høgsberg krh at kemper.freedesktop.org
Sun May 2 18:22:17 UTC 2010


Module: Mesa
Branch: master
Commit: aa8606fb237c1853ea66c40d7bb1e7fd4c381412
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa8606fb237c1853ea66c40d7bb1e7fd4c381412

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Sun May  2 14:19:54 2010 -0400

mesa: Include mfeatures.h before testing feature macros

---

 src/mesa/main/remap.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/remap.c b/src/mesa/main/remap.c
index 2b0d054..2341f84 100644
--- a/src/mesa/main/remap.c
+++ b/src/mesa/main/remap.c
@@ -36,6 +36,8 @@
  * a dynamic entry, or the corresponding static entry, in glapi.
  */
 
+#include "mfeatures.h"
+
 #if FEATURE_remap_table
 
 #include "remap.h"




More information about the mesa-commit mailing list