mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* libguile.h: Added #include "libguile/../threads/threads.h".
(This is a kludge to get thread support working. This should be fixed.)
This commit is contained in:
parent
9ef3d0ee58
commit
d6462fbebb
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@
|
|||
#include "libguile/version.h"
|
||||
#include "libguile/vports.h"
|
||||
#include "libguile/weaks.h"
|
||||
#ifdef USE_THREADS
|
||||
#include "libguile/../threads/threads.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue