projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da76a4d
)
mesa: Include mfeatures.h before testing feature macros
author
Kristian Høgsberg
<krh@bitplanet.net>
Sun, 2 May 2010 18:19:54 +0000
(14:19 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Sun, 2 May 2010 18:19:54 +0000
(14:19 -0400)
src/mesa/main/remap.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/remap.c
b/src/mesa/main/remap.c
index 2b0d054bf29f5099512de13667b96924e4d62fbb..2341f8488d117f030e7043604b13f0ef570989e2 100644
(file)
--- 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"