From: Vinson Lee Date: Sat, 31 Jul 2010 22:39:35 +0000 (-0700) Subject: mesa: Include missing header in remap.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d86b0116e1dc0ac475eadb45cc3dfa83634a0f2;p=mesa.git mesa: Include missing header in remap.h. Include compiler.h for INLINE symbol. --- diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h index 7afdee36f5b..a2a55f615d5 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 {