diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 2 |
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 |