summaryrefslogtreecommitdiff
path: root/bin/bbackupquery/bbackupquery.cpp
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/bbackupquery/bbackupquery.cpp
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/bbackupquery/bbackupquery.cpp')
-rw-r--r--bin/bbackupquery/bbackupquery.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupquery/bbackupquery.cpp b/bin/bbackupquery/bbackupquery.cpp
index 33860dcf..bab697b8 100644
--- a/bin/bbackupquery/bbackupquery.cpp
+++ b/bin/bbackupquery/bbackupquery.cpp
@@ -14,7 +14,8 @@
#endif
#include <errno.h>
-#include <stdio.h>
+#include <cstdio>
+#include <cstdlib>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>