mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
Fix library reference
This commit is contained in:
parent
f8d8616d65
commit
05ee7961be
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme read)
|
(scheme read)
|
||||||
(scheme write)
|
(scheme write)
|
||||||
(cyclone concurrency)
|
(cyclone concurrent)
|
||||||
(srfi 18))
|
(srfi 18))
|
||||||
|
|
||||||
(define m (make-mutex))
|
(define m (make-mutex))
|
||||||
|
|
Loading…
Add table
Reference in a new issue