summaryrefslogtreecommitdiffstats
path: root/grapher
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-08-06 14:27:48 -0400
committerStan Cox <scox@redhat.com>2009-08-06 14:27:48 -0400
commitcab97f033153b93d1d26388a25a65052cf36fc8d (patch)
treef052cbe669f8e8faba094848b20e72d108973dfd /grapher
parent70f2bd1fc3db8e2b555234d45e6bc3856d8afee5 (diff)
downloadsystemtap-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')
-rw-r--r--grapher/StapParser.cxx1
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
{