diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-22 19:04:45 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-22 19:04:45 +0000 |
commit | 5eedb4d420d89a89a5a926b2276274d13c1a12c6 (patch) | |
tree | c26d80528a9e4a518b91d9d722027f5326d5e04a /user/telegram/headers.patch | |
parent | ca0ba7a6ae14c92c93600d292a94c76474cb6040 (diff) | |
download | packages-5eedb4d420d89a89a5a926b2276274d13c1a12c6.tar.gz packages-5eedb4d420d89a89a5a926b2276274d13c1a12c6.tar.bz2 packages-5eedb4d420d89a89a5a926b2276274d13c1a12c6.tar.xz packages-5eedb4d420d89a89a5a926b2276274d13c1a12c6.zip |
user/telegram: New package
Diffstat (limited to 'user/telegram/headers.patch')
-rw-r--r-- | user/telegram/headers.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/telegram/headers.patch b/user/telegram/headers.patch new file mode 100644 index 000000000..dece8ec21 --- /dev/null +++ b/user/telegram/headers.patch @@ -0,0 +1,12 @@ +Should send this one upstream; it would work with glibc as well. + +--- tdesktop-1.9.6-full/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp.old 2020-01-21 12:16:27.000000000 +0000 ++++ tdesktop-1.9.6-full/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp 2020-01-22 17:44:42.185530350 +0000 +@@ -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 |