From 830aa82e44381c85d8486e46de7ae0e26830457e Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 13 Feb 2006 13:30:21 +0000 Subject: Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to distribution --- bin/bbackupctl/bbackupctl.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/bbackupctl') diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp index d39092e8..dfadc37d 100644 --- a/bin/bbackupctl/bbackupctl.cpp +++ b/bin/bbackupctl/bbackupctl.cpp @@ -10,7 +10,10 @@ #include "Box.h" #include -#include + +#ifdef HAVE_UNISTD_H + #include +#endif #include "MainHelper.h" #include "BoxPortsAndFiles.h" @@ -212,7 +215,7 @@ int main(int argc, const char *argv[]) // No? Just send the command given plus a quit command. std::string cmd(argv[0]); cmd += "\nquit\n"; - connection.Write(cmd.c_str(), cmd.size()); + connection.Write(cmd.c_str(), cmd.size()); } // Read the response -- cgit v1.2.3