diff options
Diffstat (limited to 'bin/bbackupctl/bbackupctl.cpp')
-rw-r--r-- | bin/bbackupctl/bbackupctl.cpp | 2 |
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" |