1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

* coop-threads.c: Addd #include "root.h", #include "strings.h".

This commit is contained in:
Mikael Djurfeldt 2000-03-19 20:05:19 +00:00
parent b37fe1c56e
commit db8c2c5a89

View file

@ -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;