mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
Include missing unistd.h header.
On Linux unistd.h is needed for fsync(). The native library does not compile otherwise.
This commit is contained in:
parent
74def22213
commit
57ada21a2d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "Config.h"
|
||||
#include "ConnectionsManager.h"
|
||||
#include "FileLog.h"
|
||||
|
|
Loading…
Reference in a new issue