summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2008-04-09 15:24:14 -0400
committerMartin Hunt <hunt@redhat.com>2008-04-09 15:24:14 -0400
commit404bf86f4c825eafe4ad9f34f676c0e37464cfe7 (patch)
tree3443d4ca499600da387e24f22cf371b75b6cb53d
parentfa670082537aea7f090bc8dcfab69ac5f62546bc (diff)
downloadsystemtap-steved-404bf86f4c825eafe4ad9f34f676c0e37464cfe7.tar.gz
systemtap-steved-404bf86f4c825eafe4ad9f34f676c0e37464cfe7.tar.xz
systemtap-steved-404bf86f4c825eafe4ad9f34f676c0e37464cfe7.zip
Include string.h
-rw-r--r--translate.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx
index dc6dd9f8..a72cb1d8 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -4359,6 +4359,8 @@ c_unparser::visit_hist_op (hist_op*)
static map< Dwarf_Addr, string> addrmap;
+#include <string.h>
+
static int
kernel_filter (const char *module, const char *file __attribute__((unused)))
{