From cab97f033153b93d1d26388a25a65052cf36fc8d Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 6 Aug 2009 14:27:48 -0400 Subject: [PATCH] Fix missing strlen compile error. StapParser.cxx (#include cstring): New. --- grapher/StapParser.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/grapher/StapParser.cxx b/grapher/StapParser.cxx index 693be919d..d70c75b66 100644 --- a/grapher/StapParser.cxx +++ b/grapher/StapParser.cxx @@ -3,6 +3,7 @@ #include #include #include +#include namespace systemtap { -- 2.43.5