updating patch

This commit is contained in:
BJ Dierkes 2012-03-07 11:49:52 -06:00
parent accf5e6d5f
commit 26f1b3d182
1 changed files with 10 additions and 0 deletions

View File

@ -9,3 +9,13 @@ Resolves https://bugs.launchpad.net/gearmand/+bug/932994
extern "C" {
--- gearmand-0.28/util/logfile.cc.orig 2011-08-17 10:38:30.000000000 -0500
+++ gearmand-0.28/util/logfile.cc 2012-03-07 11:48:21.600108725 -0600
@@ -49,6 +49,7 @@
#include <sstream>
#include <sys/stat.h>
#include <sys/types.h>
+#include <unistd.h>
namespace datadifferential {
namespace util {