From e9075501b0d6f61efa8ec14abc3a5fa10ee23ca4 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 16 Oct 2007 01:35:32 -0400 Subject: [PATCH] Fix planet USING: --- extra/webapps/planet/planet.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/webapps/planet/planet.factor b/extra/webapps/planet/planet.factor index bdbb1ccd29..c79a7113db 100644 --- a/extra/webapps/planet/planet.factor +++ b/extra/webapps/planet/planet.factor @@ -1,6 +1,7 @@ USING: sequences rss arrays concurrency kernel sorting html.elements io assocs namespaces math threads vocabs html -furnace http.server.templating calendar math.parser splitting ; +furnace http.server.templating calendar math.parser splitting +continuations debugger ; IN: webapps.planet TUPLE: posting author title date link body ;