aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/musl.patch
blob: 70e7415e1ee5d13dca1dba9616b1ccef875ae826 (plain)
1
2
3
4
5
6
7
8
9
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