diff --git a/collects/help/help.ss b/collects/help/help.ss index 88c28ab6..f97960f1 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -24,6 +24,7 @@ (require-library "framework.ss" "framework") (require-library "plt-installer.ss" "setup") +(require-library "get-info.ss" "setup") (begin-elaboration-time (require-library "invoke.ss")) @@ -58,6 +59,7 @@ mzlib:file^ mzlib:url^ setup:plt-installer^ + setup:info^ mred^ framework^ (frame-mixin)