]> sourceware.org Git - systemtap.git/commitdiff
Fix missing strlen compile error.
authorStan Cox <scox@redhat.com>
Thu, 6 Aug 2009 18:27:48 +0000 (14:27 -0400)
committerStan Cox <scox@redhat.com>
Thu, 6 Aug 2009 18:27:48 +0000 (14:27 -0400)
StapParser.cxx (#include cstring): New.

grapher/StapParser.cxx

index 693be919d4c33adc80054e339be2c8ba32c401e1..d70c75b662446d51e38b55ae7c6fc499540d61e3 100644 (file)
@@ -3,6 +3,7 @@
 #include <gtkmm/window.h>
 #include <iostream>
 #include <sstream>
+#include <cstring>
 
 namespace systemtap
 {
This page took 0.026866 seconds and 5 git commands to generate.