summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-10-17 20:26:01 +0000
committerChris Wilson <chris+github@qwirx.com>2008-10-17 20:26:01 +0000
commit4de73ee45c4a36c22a383e7c2781589447c566e9 (patch)
tree77d9eeda12df8110a776a7a2c3ce3b53ac65f398 /lib/common
parent1d9b6f07e4235c9024cfc2dacedc963c9e0f223f (diff)
Fix compile errors on Debian Lenny, reported by Torsten.
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Utils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/Utils.cpp b/lib/common/Utils.cpp
index 3f06ac48..c259edeb 100644
--- a/lib/common/Utils.cpp
+++ b/lib/common/Utils.cpp
@@ -13,6 +13,8 @@
#include <sys/stat.h>
#include <errno.h>
+#include <cstdlib>
+
#ifdef SHOW_BACKTRACE_ON_EXCEPTION
#include <execinfo.h>
#include <stdlib.h>