diff --git a/src/pcm/Traits.hxx b/src/pcm/Traits.hxx index 58a61c9c5..b17123c0d 100644 --- a/src/pcm/Traits.hxx +++ b/src/pcm/Traits.hxx @@ -99,7 +99,7 @@ struct SampleTraits { typedef value_type *pointer_type; typedef const value_type *const_pointer_type; - typedef int long_type; + typedef int64_t long_type; static constexpr size_t SAMPLE_SIZE = sizeof(value_type); static constexpr unsigned BITS = 24;