summaryrefslogtreecommitdiffstats
path: root/hash.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-04-04 18:41:27 +0000
committerfche <fche>2007-04-04 18:41:27 +0000
commit3b5793932ec33f897433bc513b49f35bd8b35b2f (patch)
tree8417d5ced22fc46117175ca4be6c0e8dcee9b566 /hash.cxx
parentcd7116b8cb3e77cf49cd30cb244f25d7c958e5f6 (diff)
downloadsystemtap-steved-3b5793932ec33f897433bc513b49f35bd8b35b2f.tar.gz
systemtap-steved-3b5793932ec33f897433bc513b49f35bd8b35b2f.tar.xz
systemtap-steved-3b5793932ec33f897433bc513b49f35bd8b35b2f.zip
2007-04-04 Frank Ch. Eigler <fche@elastic.org>
GCC 4.3 compatibility patches from Debian. * buildrun.cxx, hash.cxx, tapsets.cxx, translate.cxx: #include a few more C++ headers.
Diffstat (limited to 'hash.cxx')
-rw-r--r--hash.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.cxx b/hash.cxx
index e1e24af9..24ce92d5 100644
--- a/hash.cxx
+++ b/hash.cxx
@@ -19,6 +19,8 @@
#include "session.h"
#include "hash.h"
#include "util.h"
+
+#include <cstdlib>
#include <sstream>
#include <iomanip>
#include <cerrno>