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 7afdee3..a2a55f6 100644 (file)
@@ -28,6 +28,7 @@
 #define REMAP_H
 
 
+#include "main/compiler.h"
 #include "main/mfeatures.h"
 
 struct gl_function_pool_remap {