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:
parent
b37fe1c56e
commit
db8c2c5a89
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue