diff options
author | Vinson Lee <[email protected]> | 2010-07-31 15:39:35 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 15:39:35 -0700 |
commit | 6d86b0116e1dc0ac475eadb45cc3dfa83634a0f2 (patch) | |
tree | b16c6c2a1ca68f4f73a8e022807c6662e48f55c9 /src/mesa/main/remap.h | |
parent | 5fa1af0905ef2f513fe296f1d8e658dbdf24dd74 (diff) |
mesa: Include missing header in remap.h.
Include compiler.h for INLINE symbol.
Diffstat (limited to 'src/mesa/main/remap.h')
-rw-r--r-- | 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 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 { |