diff options
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r-- | src/interp/patches.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp index 5bce910d..915efc21 100644 --- a/src/interp/patches.lisp +++ b/src/interp/patches.lisp @@ -32,6 +32,8 @@ ;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. (import-module "macros") +(import-module "debug") +(import-module "g-timer") (in-package "BOOT") ;;patches for now |