aboutsummaryrefslogtreecommitdiff
path: root/module/c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-04 01:58:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-06 11:37:32 +0100
commitaef7d93cb4d31db6f23477b71e26c0b08e25749c (patch)
tree074a1f40c5063ad36f25923f43064bb4f1639ff6 /module/c
parentAllow explicit GUILE environment, document it. (diff)
downloadcalp-aef7d93cb4d31db6f23477b71e26c0b08e25749c.tar.gz
calp-aef7d93cb4d31db6f23477b71e26c0b08e25749c.tar.xz
Add missing (ice-9 format) imports.
Diffstat (limited to 'module/c')
-rw-r--r--module/c/cpp.scm1
1 files changed, 1 insertions, 0 deletions
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)