mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
11 lines
315 B
Diff
11 lines
315 B
Diff
--- 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
|