Commit 62068e18 authored by DrKLO's avatar DrKLO

Merge pull request #1368 from Bubu/patch-1

Include missing unistd.h header.
parents 74def222 57ada21a
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h>
#include "Config.h" #include "Config.h"
#include "ConnectionsManager.h" #include "ConnectionsManager.h"
#include "FileLog.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