summaryrefslogtreecommitdiff
path: root/bin/bbackupctl
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-04-03 10:52:32 +0000
committerChris Wilson <chris+github@qwirx.com>2009-04-03 10:52:32 +0000
commit2e2a7ed73051d13908f2c2c7179eb5bd8368c76c (patch)
tree81c295754ce5e87f62a35f79703490b8e0adbf24 /bin/bbackupctl
parent41ce559afda0c50e8dbe23eedbfce326dfe446e2 (diff)
gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the Debian
project. See also: http://patch-tracking.debian.net/package/boxbackup/0.11~rc2+r2072-1 http://lists.warhead.org.uk/pipermail/boxbackup/2009-April/005159.html
Diffstat (limited to 'bin/bbackupctl')
-rw-r--r--bin/bbackupctl/bbackupctl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp
index 2c41f614..8dc8f30e 100644
--- a/bin/bbackupctl/bbackupctl.cpp
+++ b/bin/bbackupctl/bbackupctl.cpp
@@ -9,7 +9,8 @@
#include "Box.h"
-#include <stdio.h>
+#include <cstdio>
+#include <cstdlib>
#ifdef HAVE_UNISTD_H
#include <unistd.h>