aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/musl-basename.patch
blob: d55c517eba7c331e612a73988687b8ec437430fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp b/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp
index f02ece8..2237857 100644
--- 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