summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scsh-process.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scsh-process.scm b/scsh-process.scm
index ddbc545..a6d4bdf 100644
--- a/scsh-process.scm
+++ b/scsh-process.scm
@@ -57,7 +57,7 @@
(cond-expand
(chicken-5 (import (chicken base) (chicken condition) (chicken io)
(chicken port) (chicken file) (chicken file posix)
- (chicken string) (chicken process)
+ (chicken fixnum) (chicken string) (chicken process)
(chicken process signal) srfi-18 llrb-fixnum-table))
(else (import chicken)
(use data-structures (rename extras (read-file read-list))