1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 22:22:57 +00: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:
Marcus Hoffmann 2015-11-27 18:17:07 +01:00
parent 74def22213
commit 57ada21a2d

View File

@ -7,6 +7,7 @@
*/
#include <sys/stat.h>
#include <unistd.h>
#include "Config.h"
#include "ConnectionsManager.h"
#include "FileLog.h"