summaryrefslogtreecommitdiff
blob: 459952313d99f4dc2d114b47d7b3732d0c7520fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: gearmand-0.33/util/logfile.cc
===================================================================
--- gearmand-0.33.orig/util/logfile.cc
+++ gearmand-0.33/util/logfile.cc
@@ -49,6 +49,7 @@
 #include <sstream>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <unistd.h>
 
 namespace datadifferential {
 namespace util {