From 6d86b0116e1dc0ac475eadb45cc3dfa83634a0f2 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 31 Jul 2010 15:39:35 -0700 Subject: mesa: Include missing header in remap.h. Include compiler.h for INLINE symbol. --- src/mesa/main/remap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/remap.h') 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 { -- cgit v1.2.3