From 404bf86f4c825eafe4ad9f34f676c0e37464cfe7 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Wed, 9 Apr 2008 15:24:14 -0400 Subject: [PATCH] Include string.h --- translate.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translate.cxx b/translate.cxx index dc6dd9f88..a72cb1d8b 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 + static int kernel_filter (const char *module, const char *file __attribute__((unused))) { -- 2.43.5