diff --git a/contrib/httpd/load.factor b/contrib/httpd/load.factor index 83ec3e6fa5..67bce5a9bf 100644 --- a/contrib/httpd/load.factor +++ b/contrib/httpd/load.factor @@ -1,6 +1,6 @@ USING: io ; -REQUIRES: calendar embedded http ; +REQUIRES: calendar embedded http xml ; PROVIDE: httpd { "mime.factor" diff --git a/contrib/httpd/xml.factor b/contrib/xml.factor similarity index 100% rename from contrib/httpd/xml.factor rename to contrib/xml.factor