this supercedes a previous patch (coop-threads.c needs both root.h and string.h). thi ----------------------------- Index: coop-threads.c =================================================================== RCS file: /cvs/guile/guile/guile-core/libguile/coop-threads.c,v retrieving revision 1.17 diff -c -p -w -c -p -r1.17 coop-threads.c *** coop-threads.c 2000/03/12 16:09:34 1.17 --- coop-threads.c 2000/03/19 14:19:52 *************** *** 46,51 **** --- 46,53 ---- #include "validate.h" #include "coop-threads.h" + #include "root.h" + #include "string.h" /* A counter of the current number of threads */ size_t scm_thread_count = 0;
