1
Fork 0
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:
Mikael Djurfeldt 1996-10-01 03:19:02 +00:00
parent 9ef3d0ee58
commit d6462fbebb

View file

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