From 70af5378247b080f33d320d7ec762e0467464b72 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 14 Sep 2018 19:58:57 +1000 Subject: [PATCH] Fix Linux build with the ALSA backend. --- mini_al.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mini_al.h b/mini_al.h index c7747b33..759662c7 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.x.x - xxxx-xx-xx +// mini_al - v0.8.8 - 2018-09-14 // // David Reid - davidreidsoftware@gmail.com @@ -9472,7 +9472,6 @@ mal_result mal_context_init__winmm(mal_context* pContext) /////////////////////////////////////////////////////////////////////////////// #ifdef MAL_HAS_ALSA -#include #ifdef MAL_NO_RUNTIME_LINKING #include typedef snd_pcm_uframes_t mal_snd_pcm_uframes_t; @@ -28297,7 +28296,8 @@ mal_uint64 mal_sine_wave_read_ex(mal_sine_wave* pSineWave, mal_uint64 frameCount // REVISION HISTORY // ================ // -// v0.x.x - xxxx-xx-xx +// v0.8.8 - 2018-09-14 +// - Fix Linux build with the ALSA backend. // - Minor documentation fix. // // v0.8.7 - 2018-09-12