summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 15:39:35 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 15:39:35 -0700
commit6d86b0116e1dc0ac475eadb45cc3dfa83634a0f2 (patch)
treeb16c6c2a1ca68f4f73a8e022807c6662e48f55c9
parent5fa1af0905ef2f513fe296f1d8e658dbdf24dd74 (diff)
mesa: Include missing header in remap.h.
Include compiler.h for INLINE symbol.
-rw-r--r--src/mesa/main/remap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h
index 7afdee36f5..a2a55f615d 100644
--- a/src/mesa/main/remap.h
+++ b/src/mesa/main/remap.h
@@ -28,6 +28,7 @@
#define REMAP_H
+#include "main/compiler.h"
#include "main/mfeatures.h"
struct gl_function_pool_remap {