From c5b96b4df3ab573d22a8c1e7cfde8fe583196a20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 11 Nov 1997 05:02:45 +0100
Subject: [PATCH] Added missing headerfile.

Rev: src/threads.c:1.47
---
 src/threads.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/threads.c b/src/threads.c
index b52bb23f3c..6b5caf684b 100644
--- a/src/threads.c
+++ b/src/threads.c
@@ -1,5 +1,5 @@
 #include "global.h"
-RCSID("$Id: threads.c,v 1.46 1997/11/08 01:34:45 hubbe Exp $");
+RCSID("$Id: threads.c,v 1.47 1997/11/11 04:02:45 grubba Exp $");
 
 int num_threads = 1;
 int threads_disabled = 0;
@@ -13,6 +13,7 @@ int threads_disabled = 0;
 #include "builtin_functions.h"
 #include "constants.h"
 #include "program.h"
+#include "gc.h"
 
 struct object *thread_id;
 static struct callback *threads_evaluator_callback=0;
-- 
GitLab