summaryrefslogtreecommitdiff
path: root/bin/bbackupctl/bbackupctl.cpp
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-07-24 15:16:32 +0200
committerReinhard Tartler <siretart@tauware.de>2008-07-24 15:16:32 +0200
commita6562e5c53162fe92884438c74226c10def2cc8b (patch)
tree3ea3df5f7fb4d6e30182ccd9617c30e2170152de /bin/bbackupctl/bbackupctl.cpp
parent3673cf0fd1f41648bb4827f450f1e60e3db90517 (diff)
import boxbackup_0.11~rc2-1.dsc
Diffstat (limited to 'bin/bbackupctl/bbackupctl.cpp')
-rw-r--r--bin/bbackupctl/bbackupctl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp
index 033715b6..1eb3d015 100644
--- a/bin/bbackupctl/bbackupctl.cpp
+++ b/bin/bbackupctl/bbackupctl.cpp
@@ -75,6 +75,8 @@ enum Command
SyncAndWaitForEnd,
};
+#include <cstdlib>
+
void PrintUsageAndExit()
{
printf("Usage: bbackupctl [-q] [-c config_file] <command>\n"