~ chicken-core (chicken-5) 51081b8ca91a12408d01105b86701f7496f36534


commit 51081b8ca91a12408d01105b86701f7496f36534
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Sun Feb 15 10:28:36 2015 +1300
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Sun Feb 15 10:28:36 2015 +1300

    Add missing imports to scripts/makedist.scm

diff --git a/scripts/makedist.scm b/scripts/makedist.scm
index f5eb819c..c04132bf 100644
--- a/scripts/makedist.scm
+++ b/scripts/makedist.scm
@@ -1,7 +1,7 @@
 ;;;; makedist.scm - Make distribution tarballs
 
 
-(use irregex setup-api)
+(use data-structures extras files irregex posix setup-api utils)
 
 (include "mini-srfi-1.scm")
 
Trap