Commit 57ada21a authored by Marcus Hoffmann's avatar Marcus Hoffmann

Include missing unistd.h header.

On Linux unistd.h is needed for fsync().
The native library does not compile otherwise.
parent 74def222
......@@ -7,6 +7,7 @@
*/
#include <sys/stat.h>
#include <unistd.h>
#include "Config.h"
#include "ConnectionsManager.h"
#include "FileLog.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment