From 4f89e3a026a3a7d8df289d1eab91b0bd88a64a64 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 5 Jun 2003 04:31:09 +0000 Subject: [PATCH] INclude missing assert.h in load_module. --- load_module.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/load_module.cc b/load_module.cc index 25c2f9dd5..1f1540c35 100644 --- a/load_module.cc +++ b/load_module.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: load_module.cc,v 1.11 2002/08/12 01:34:59 steve Exp $" +#ident "$Id: load_module.cc,v 1.12 2003/06/05 04:31:09 steve Exp $" #endif # include "config.h" @@ -30,7 +30,7 @@ # include # include # include - +# include /* * The module library items are maps of key names to file name within @@ -193,6 +193,9 @@ int build_library_index(const char*path, bool key_case_sensitive) /* * $Log: load_module.cc,v $ + * Revision 1.12 2003/06/05 04:31:09 steve + * INclude missing assert.h in load_module. + * * Revision 1.11 2002/08/12 01:34:59 steve * conditional ident string using autoconfig. *