From 8777a9211a578e91a6e376366a5ddb2b6cf38403 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Mon, 14 Jul 2008 13:13:18 +0000 Subject: [PATCH] Restored this-expression-source-directory dependency of planet this-package-... macros. svn: r10763 --- collects/planet/util.ss | 2 ++ 1 file changed, 2 insertions(+) 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. |#