summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorhunt <hunt>2006-11-15 17:52:23 +0000
committerhunt <hunt>2006-11-15 17:52:23 +0000
commit132c23b4b9134b9e8969fb57484f9fcdad1d46f5 (patch)
tree48d8da3e2d81b34c2438dc4b2631c1781e042bdf /runtime/runtime.h
parent2698d4879f43304658c327860c5b803e10c99c10 (diff)
downloadsystemtap-steved-132c23b4b9134b9e8969fb57484f9fcdad1d46f5.tar.gz
systemtap-steved-132c23b4b9134b9e8969fb57484f9fcdad1d46f5.tar.xz
systemtap-steved-132c23b4b9134b9e8969fb57484f9fcdad1d46f5.zip
2006-11-15 Martin Hunt <hunt@redhat.com>
* alloc.c (STP_ALLOC_FLAGS): Define. Cleanup ifdefs. * map.c: Use STP_ALLOC_FLAGS. * stat.c: ditto.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index d0038903..858ef639 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -71,12 +71,12 @@ static struct
#define TRYLOCKDELAY 100
#endif
+#include "alloc.c"
#include "print.c"
#include "string.c"
#include "arith.c"
#include "copy.c"
#include "sym.h"
-#include "alloc.c"
#ifdef STP_PERFMON
#include "perf.c"
#endif