Package: gearmand / 0.33-2

support-gcc-4.7.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Stig Sandbeck Mathisen <ssm@debian.org>
Subject: Include unistd.h to support building with gcc/g++ 4.7

--- a/util/logfile.cc
+++ b/util/logfile.cc
@@ -49,6 +49,7 @@
 #include <sstream>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <unistd.h>
 
 namespace datadifferential {
 namespace util {