diff options
Diffstat (limited to 'testing/telegram-desktop/musl.patch')
-rw-r--r-- | testing/telegram-desktop/musl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/telegram-desktop/musl.patch b/testing/telegram-desktop/musl.patch new file mode 100644 index 0000000000..70e7415e1e --- /dev/null +++ b/testing/telegram-desktop/musl.patch @@ -0,0 +1,10 @@ +--- a/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp ++++ b/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp +@@ -6,6 +6,7 @@ + + #include "AudioPulse.h" + #include <dlfcn.h> ++#include <libgen.h> + #include "../../logging.h" + + #define DECLARE_DL_FUNCTION(name) typeof(name)* AudioPulse::_import_##name=NULL |