From e32c2e117db0bfc9bd281f715f3806e2781f4fdd Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 28 Aug 2000 03:28:57 +0000 Subject: [PATCH] ... original commit: fbdd49bb8cf39a2b55233ddf12cc0f4d7e9ecb20 --- collects/help/help.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/help/help.ss b/collects/help/help.ss index 516a9ba5..88c28ab6 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -11,6 +11,8 @@ (require-relative-library "sig.ss") +(require-library "get-info.ss" "setup") + (require-library "file.ss") (require-library "functio.ss") (require-library "string.ss")