diff --git a/extra/webapps/planet/planet.factor b/extra/webapps/planet/planet.factor index aaefa6d324..75302eb59c 100644 --- a/extra/webapps/planet/planet.factor +++ b/extra/webapps/planet/planet.factor @@ -1,7 +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 -continuations debugger system ; +continuations debugger system http.server.responders ; IN: webapps.planet TUPLE: posting author title date link body ;