diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index aa9974a9e..9c1254d33 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -46,7 +46,12 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include #include + +#ifdef Q_OS_FREEBSD +#include +#else // Q_OS_FREEBSD #include +#endif // Q_OS_FREEBSD #ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION #include