diff options
author | Paul Adenot <[email protected]> | 2023-11-10 15:48:07 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2023-11-10 15:48:07 +0100 |
commit | 63f69b99865582de7190d8d0c10414105b8d5905 (patch) | |
tree | 21d177a94a8c6082f670457406f2da51c8709fc7 /src | |
parent | 001b904409e4d9d3c88b0c180e76ff6bc28dd54f (diff) | |
download | cubeb-63f69b99865582de7190d8d0c10414105b8d5905.tar.gz cubeb-63f69b99865582de7190d8d0c10414105b8d5905.zip |
Include the header directly to use AudioBuffer on macOS in cubeb_ring_array.h
Diffstat (limited to 'src')
-rw-r--r-- | src/cubeb_ring_array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_ring_array.h b/src/cubeb_ring_array.h index 05a8fe9..ba1ed76 100644 --- a/src/cubeb_ring_array.h +++ b/src/cubeb_ring_array.h @@ -9,6 +9,7 @@ #define CUBEB_RING_ARRAY_H #include "cubeb_utils.h" +#include <CoreAudio/CoreAudioTypes.h> /** Ring array of pointers is used to hold buffers. In case that asynchronous producer/consumer callbacks do not arrive in a |