summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-04-01 18:12:10 -0700
committerRoland McGrath <roland@redhat.com>2009-04-01 18:12:10 -0700
commit976c562d2da11592305260c6ed06d098b81dd491 (patch)
tree6180b861705834af410e414fca01215df9fba382 /runtime/runtime.h
parent3c960a7cfa61cbde19c0ad88045c8c1f6405ed87 (diff)
parent83ff01c2f669c66100a5cf7531dda9410a8ff6ce (diff)
downloadsystemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.tar.gz
systemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.tar.xz
systemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index fc5d454f..822562a2 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -86,6 +86,9 @@ static struct
#include "io.c"
#include "arith.c"
#include "copy.c"
+
+#include "task_finder.c"
+
#include "sym.c"
#ifdef STP_PERFMON
#include "perf.c"