summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-12-11 13:45:28 +0000
committerfche <fche>2007-12-11 13:45:28 +0000
commitb2199bb3837e6b3aacb7ad25d7ed4dca15dd41f7 (patch)
treec5fb59a95504a51a5c7b210fdb5baebd8d7f006e /staptree.cxx
parentc5a87761a4b7178901c7b83d269023995b4f2f53 (diff)
downloadsystemtap-steved-b2199bb3837e6b3aacb7ad25d7ed4dca15dd41f7.tar.gz
systemtap-steved-b2199bb3837e6b3aacb7ad25d7ed4dca15dd41f7.tar.xz
systemtap-steved-b2199bb3837e6b3aacb7ad25d7ed4dca15dd41f7.zip
PR5017: gcc4.3 build fixes
2007-12-11 Frank Ch. Eigler <fche@elastic.org> * staptree.cxx, staptree.h: More GCC 4.3 build fixes from Eugeniy Meshcheryakov <eugen@debian.org>.
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.cxx b/staptree.cxx
index d0b4a0ed..8cd9ca83 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -15,6 +15,7 @@
#include <typeinfo>
#include <sstream>
#include <cassert>
+#include <cstring>
#include <vector>
#include <algorithm>