diff --git a/collects/planet/util.ss b/collects/planet/util.ss index 1968fe2f16..01ec866edf 100644 --- a/collects/planet/util.ss +++ b/collects/planet/util.ss @@ -26,6 +26,8 @@ (prefix-in srfi1: srfi/1) + (only-in mzlib/etc this-expression-source-directory) + (for-syntax scheme/base)) #| The util collection provides a number of useful functions for interacting with the PLaneT system. |#