From: Jeff Mahoney <jeffm@suse.com>
Subject: bfsync: needs unistd.h

---
 fs/bfinode.cc  |    1 +
 fs/bfsyncfs.cc |    1 +
 2 files changed, 2 insertions(+)

--- a/fs/bfinode.cc
+++ b/fs/bfinode.cc
@@ -20,6 +20,7 @@
 #include <glib.h>
 #include <sys/time.h>
 #include <assert.h>
+#include <unistd.h>
 
 #include "bfinode.hh"
 #include "bfsyncfs.hh"
--- a/fs/bfsyncfs.cc
+++ b/fs/bfsyncfs.cc
@@ -34,6 +34,7 @@
 #include <glib.h>
 #include <stdlib.h>
 #include <assert.h>
+#include <unistd.h>
 
 #include <string>
 #include <vector>
