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
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "Config.h"
|
||||
#include "ConnectionsManager.h"
|
||||
#include "FileLog.h"
|
||||
|
Loading…
Reference in New Issue
Block a user