summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorhunt <hunt>2006-12-04 19:14:57 +0000
committerhunt <hunt>2006-12-04 19:14:57 +0000
commitacd434da0aaee4182d5ad4524f7f7d6476f5e089 (patch)
tree32bba5de1ba2639e5071ad3e773f83ac5a61d89e /runtime/runtime.h
parenta63401b17c51a3ab162f41a22c8f93831112257c (diff)
downloadsystemtap-steved-acd434da0aaee4182d5ad4524f7f7d6476f5e089.tar.gz
systemtap-steved-acd434da0aaee4182d5ad4524f7f7d6476f5e089.tar.xz
systemtap-steved-acd434da0aaee4182d5ad4524f7f7d6476f5e089.zip
Always include sym.c
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 858ef639..63b7432e 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -77,6 +77,7 @@ static struct
#include "arith.c"
#include "copy.c"
#include "sym.h"
+#include "sym.c"
#ifdef STP_PERFMON
#include "perf.c"
#endif