From acd434da0aaee4182d5ad4524f7f7d6476f5e089 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 4 Dec 2006 19:14:57 +0000 Subject: Always include sym.c --- runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.h') 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 -- cgit