blob: d13ed3226284efeebc4ce42bf44fcd5cf8c773af [file] [log] [blame]
Yuta HIGUCHIa7ec0732014-03-10 16:01:06 -07001diff --git a/Server/RaftLog.cc b/Server/RaftLog.cc
2index 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"