From aef7d93cb4d31db6f23477b71e26c0b08e25749c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 4 Mar 2022 01:58:11 +0100 Subject: Add missing (ice-9 format) imports. --- module/c/cpp.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/c/cpp.scm') diff --git a/module/c/cpp.scm b/module/c/cpp.scm index c782e468..8710fdd2 100644 --- a/module/c/cpp.scm +++ b/module/c/cpp.scm @@ -6,6 +6,7 @@ :use-module (ice-9 regex) :use-module ((rnrs io ports) :select (call-with-port)) :use-module (ice-9 pretty-print) ; used by one error handler + :use-module (ice-9 format) :use-module ((hnh util io) :select (read-lines)) :use-module (hnh util graph) :use-module (c lex) -- cgit v1.2.3