diff options
author | José Fonseca <[email protected]> | 2009-09-28 13:02:42 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-09-28 13:02:42 +0100 |
commit | 22658c165077c8449d52ea9c3ab7b3bbb5e38468 (patch) | |
tree | 9669211e7e20d0cc4e0de5a6d0dcacb2cfc11bc0 /src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h | |
parent | 99e1745af9a6a1fe1ebc65b17afb5f1a975348d2 (diff) |
g3dvl: Fix MSVC build.
pipe/p_compiler for integer types. No declarations out of scope.
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h index dfe0f7a24b8..0c2f6796646 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h +++ b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h @@ -1,7 +1,7 @@ #ifndef vl_mpeg12_mc_renderer_h #define vl_mpeg12_mc_renderer_h -#include <stdbool.h> +#include <pipe/p_compiler.h> #include <pipe/p_state.h> #include <pipe/p_video_state.h> |