aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-12-17 10:16:02 -0500
committerSteven Rostedt <rostedt@goodmis.org>2009-12-17 22:52:24 -0500
commita29a760d27d34e8f9e3cb6c15cea7729afe5dfcf (patch)
tree6d3c316133fb9d4012c34b4678e6e4d56852d6a0 /trace-graph.c
parent5e524c549b3e3b8bbe596dacd71d74e32990a666 (diff)
downloadtrace-cmd-a29a760d27d34e8f9e3cb6c15cea7729afe5dfcf.tar.gz
trace-graph: Add trace-compat to deal with old GTK versions
Testing this code on different boxes, I've found that some older gtk versions don't have all the functions that are needed. This adds those functions in a hack (for older versions anyway) to try to cope with this. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-graph.c')
-rw-r--r--trace-graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-graph.c b/trace-graph.c
index c9574b6b..2b053a28 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -26,6 +26,7 @@
#include <gnome.h>
#include <gtk/gtk.h>
+#include "trace-compat.h"
#include "trace-cmd.h"
#include "trace-local.h"
#include "trace-graph.h"