Mesa (master): mesa: Include missing header in remap.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 22:40:11 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul 31 15:39:35 2010 -0700

mesa: Include missing header in remap.h.

Include compiler.h for INLINE symbol.

---

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

diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h
index 7afdee3..a2a55f6 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 {




More information about the mesa-commit mailing list