diff options
author | Stan Cox <scox@redhat.com> | 2009-08-06 14:27:48 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-08-06 14:27:48 -0400 |
commit | cab97f033153b93d1d26388a25a65052cf36fc8d (patch) | |
tree | f052cbe669f8e8faba094848b20e72d108973dfd /grapher/StapParser.cxx | |
parent | 70f2bd1fc3db8e2b555234d45e6bc3856d8afee5 (diff) | |
download | systemtap-steved-cab97f033153b93d1d26388a25a65052cf36fc8d.tar.gz systemtap-steved-cab97f033153b93d1d26388a25a65052cf36fc8d.tar.xz systemtap-steved-cab97f033153b93d1d26388a25a65052cf36fc8d.zip |
Fix missing strlen compile error.
StapParser.cxx (#include cstring): New.
Diffstat (limited to 'grapher/StapParser.cxx')
-rw-r--r-- | grapher/StapParser.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/StapParser.cxx b/grapher/StapParser.cxx index 693be919..d70c75b6 100644 --- a/grapher/StapParser.cxx +++ b/grapher/StapParser.cxx @@ -3,6 +3,7 @@ #include <gtkmm/window.h> #include <iostream> #include <sstream> +#include <cstring> namespace systemtap { |