g_string_append fixups
[lttv.git] / ltt / branches / poly / lttv / modules / text / batchAnalysis.c
index 9cd292741bc907c4472853ac019fe0967d480dcc..c9e2901788eae6152931f4f1e6f292390e83fc53 100644 (file)
@@ -23,6 +23,7 @@
 #include <config.h>
 #endif
 
+#include <glib.h>
 #include <lttv/lttv.h>
 #include <lttv/attribute.h>
 #include <lttv/hook.h>
@@ -91,7 +92,7 @@ static gboolean process_traceset(void *hook_data, void *call_data)
 
   *(value_filter.v_pointer) = lttv_filter_new();
   g_debug("Filter string: %s",((GString*)*(value_expression.v_pointer))->str);
-  
+
   lttv_filter_append_expression(*(value_filter.v_pointer),((GString*)*(value_expression.v_pointer))->str);
   
   //lttv_traceset_context_add_hooks(tc,
This page took 0.023743 seconds and 4 git commands to generate.