From db8c2c5a8964185e5c3d07865b113f5b57be4a11 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 19 Mar 2000 20:05:19 +0000 Subject: [PATCH] * coop-threads.c: Addd #include "root.h", #include "strings.h". --- libguile/coop-threads.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libguile/coop-threads.c b/libguile/coop-threads.c index cf28fc4dd..81f227ad5 100644 --- a/libguile/coop-threads.c +++ b/libguile/coop-threads.c @@ -46,6 +46,8 @@ #include "validate.h" #include "coop-threads.h" +#include "root.h" +#include "strings.h" /* A counter of the current number of threads */ size_t scm_thread_count = 0;