diff --git a/asdf.lisp b/asdf.lisp
index cc1b3b096d3de888ff08d11df2a5c7f8ce738f67..ec8565fd08e0c479193324fd67ac98427eacb79c 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -1,4 +1,4 @@
-;;; This is asdf: Another System Definition Facility.  $Revision: 1.78 $
+;;; This is asdf: Another System Definition Facility.  $Revision: 1.79 $
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome: please mail to
 ;;; <cclan-list@lists.sf.net>.  But note first that the canonical
@@ -106,7 +106,7 @@
 
 (in-package #:asdf)
 
-(defvar *asdf-revision* (let* ((v "$Revision: 1.78 $")
+(defvar *asdf-revision* (let* ((v "$Revision: 1.79 $")
 			       (colon (or (position #\: v) -1))
 			       (dot (position #\. v)))
 			  (and v colon dot 
@@ -1099,3 +1099,5 @@ output to *verbose-out*.  Returns the shell's exit code."
    *central-registry*)
   
   (pushnew 'module-provide-asdf sb-ext:*module-provider-functions*))
+
+(provide 'asdf)