diff options
author | Martin Hunt <hunt@redhat.com> | 2008-04-09 15:24:14 -0400 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2008-04-09 15:24:14 -0400 |
commit | 404bf86f4c825eafe4ad9f34f676c0e37464cfe7 (patch) | |
tree | 3443d4ca499600da387e24f22cf371b75b6cb53d | |
parent | fa670082537aea7f090bc8dcfab69ac5f62546bc (diff) | |
download | systemtap-steved-404bf86f4c825eafe4ad9f34f676c0e37464cfe7.tar.gz systemtap-steved-404bf86f4c825eafe4ad9f34f676c0e37464cfe7.tar.xz systemtap-steved-404bf86f4c825eafe4ad9f34f676c0e37464cfe7.zip |
Include string.h
-rw-r--r-- | translate.cxx | 2 |
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))) { |