Missing use-modules

This commit is contained in:
Ray Miller 2025-06-22 11:26:31 +01:00
parent 27d71df8b9
commit 407613152b
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -19,8 +19,10 @@ this program. If not, see <https://www.gnu.org/licenses/>.
#:use-module (ice-9 eval-string)
#:use-module (ice-9 textual-ports)
#:use-module (ordo context)
#:use-module (ordo handler)
#:use-module (ordo logger)
#:use-module (ordo play)
#:use-module (ordo task)
#:use-module (srfi srfi-9)
#:use-module (srfi srfi-26)
#:use-module (srfi srfi-69)