mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +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)
|
||||
(scheme read)
|
||||
(scheme write)
|
||||
(cyclone concurrency)
|
||||
(cyclone concurrent)
|
||||
(srfi 18))
|
||||
|
||||
(define m (make-mutex))
|
||||
|
|
Loading…
Add table
Reference in a new issue