Yuta HIGUCHI | a7ec073 | 2014-03-10 16:01:06 -0700 | [diff] [blame] | 1 | diff --git a/Server/RaftLog.cc b/Server/RaftLog.cc |
2 | index 5705cd3..e571251 100644 | ||||
3 | --- a/Server/RaftLog.cc | ||||
4 | +++ b/Server/RaftLog.cc | ||||
5 | @@ -16,6 +16,7 @@ | ||||
6 | #include <algorithm> | ||||
7 | #include <fcntl.h> | ||||
8 | #include <sys/stat.h> | ||||
9 | +#include <unistd.h> | ||||
10 | |||||
11 | #include "build/Protocol/Raft.pb.h" | ||||
12 | #include "Core/Debug.h" |