blob: e9c6bc03cc4f1a42f9cfd4a0538c230510695501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|