This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

`get-options.scm': Oops... :-)



Index: get-options.scm
===================================================================
RCS file: /usr/local/cvsroot/debian/guile-core/ice-9/get-options.scm,v
retrieving revision 1.5
diff -u -u -r1.5 get-options.scm
--- get-options.scm	1998/09/15 08:10:19	1.5
+++ get-options.scm	1998/09/15 09:15:25
@@ -6,7 +6,8 @@
 ;;; Copyright (c) 1998, Free Software Foundation
 ;;; GNU Guile Public Licence.
 
-(define-module (ice-9 get-options))
+(define-module (ice-9 get-options)
+  :use-module (ice-9 regex))
 
 ;;; Questions:
 ;;;