Forgot to import temp-file.

This commit is contained in:
Alex Shinn 2015-04-24 23:12:06 +09:00
parent a8848793e4
commit 4ea94fa51d

View file

@ -13,5 +13,6 @@
(chibi) (chibi mime) (chibi regexp) (chibi pathname) (chibi uri)
(chibi filesystem) (chibi io) (chibi string) (chibi process)
(chibi net server) (chibi net server-util) (chibi net servlet)
(chibi app) (chibi ast) (chibi config) (chibi log) (chibi memoize))
(chibi app) (chibi ast) (chibi config) (chibi log) (chibi memoize)
(chibi temp-file))
(include "http-server.scm"))