summaryrefslogtreecommitdiff
path: root/lib/common/StreamableMemBlock.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 /lib/common/StreamableMemBlock.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 'lib/common/StreamableMemBlock.cpp')
-rw-r--r--lib/common/StreamableMemBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/StreamableMemBlock.cpp b/lib/common/StreamableMemBlock.cpp
index 7700152d..cf431022 100644
--- a/lib/common/StreamableMemBlock.cpp
+++ b/lib/common/StreamableMemBlock.cpp
@@ -10,7 +10,7 @@
#include "Box.h"
#include <new>
-#include <stdlib.h>
+#include <cstdlib>
#include <string.h>
#include "StreamableMemBlock.h"