@@ -16,16 +16,33 @@ ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see . ;; ;;====================================================================== -(use format) +(import format) (require-library iup) (import (prefix iup iup:)) -(use canvas-draw) +(import canvas-draw) (import canvas-draw-iup) -(use regex typed-records matchable) +(import regex typed-records matchable + + chicken.condition + chicken.file + chicken.file.posix + chicken.port + chicken.pretty-print + chicken.process + chicken.process-context + chicken.process-context.posix + chicken.sort + chicken.string + chicken.time + srfi-1 + srfi-18 + srfi-69 + + ) (declare (unit dcommon)) (declare (uses gutils)) (declare (uses db))