From d3cf65aa7dbdd4e179a93ff7c7d9f28bb21b9394 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 19 Sep 2003 15:25:53 +0000 Subject: [PATCH] Make the runtime compile (not necessarily run) on x86/bsd again --- src/runtime/x86-bsd-os.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/x86-bsd-os.c b/src/runtime/x86-bsd-os.c index beb902a..e1771b4 100644 --- a/src/runtime/x86-bsd-os.c +++ b/src/runtime/x86-bsd-os.c @@ -1,4 +1,5 @@ #include +#include "runtime.h" #include "target-os.h" /* KLUDGE: There is strong family resemblance in the signal context -- 1.7.10.4