mesa: Include missing header in remap.h.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 22:39:35 +0000 (15:39 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 22:39:35 +0000 (15:39 -0700)
Include compiler.h for INLINE symbol.

src/mesa/main/remap.h

index 7afdee36f5b6752c398a513cf354e8e5d378e526..a2a55f615d594355e80d9768c12b2a3a40c06856 100644 (file)
@@ -28,6 +28,7 @@
 #define REMAP_H
 
 
+#include "main/compiler.h"
 #include "main/mfeatures.h"
 
 struct gl_function_pool_remap {