diff --git a/ChangeLog.n b/ChangeLog.n
index c795e23cd0be5909ce1dd131a25b3ac6bc5ebfe0..82fc08b52beaeaa526fe66f04e51e083eee0f4b4 100644
--- a/ChangeLog.n
+++ b/ChangeLog.n
@@ -10,6 +10,11 @@ Tests for new features:	<`no new features', `no tests for new features', or
 <standard changelog date stamp>
 	* <changes go here...>
 
+*******************************************************************************
+Tue Sep 29 22:55:00 1998  Duane Rettig  <duane@beta>
+
+	* utils/clos.lisp: fix require
+
 *******************************************************************************
 2.2.2.2
 
diff --git a/utils/clos.lisp b/utils/clos.lisp
index bf24795259880d889313bf228eaea446921c233f..396fbeb2ee26c0d84e53fa37e89f8604de747519 100644
--- a/utils/clos.lisp
+++ b/utils/clos.lisp
@@ -16,7 +16,7 @@
 ;; Commercial Software developed at private expense as specified in
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
 ;;
-;; $Id: clos.lisp,v 1.15 1998/09/29 21:02:38 duane Exp $
+;; $Id: clos.lisp,v 1.16 1998/09/30 04:55:17 duane Exp $
 
 ;;;
 ;;; Copyright (c) 1989, 1990 by Xerox Corporation.  All rights reserved.
@@ -27,7 +27,7 @@
 (in-package :clim-utils)
 
 #+Allegro-v4.0-constructors
-(require :constructor "sys:;clos;constructor")
+(require :constructor)
 
 ;;; ----------------
 ;;; Constructors