diff src/ov.cc @ 4649:f7ce581b27fb

[project @ 2003-11-23 21:46:44 by jwe]
author jwe
date Sun, 23 Nov 2003 21:46:44 +0000
parents bd2067547b40
children a9b22513b7a6
line wrap: on
line diff
--- a/src/ov.cc	Sun Nov 23 19:36:33 2003 +0000
+++ b/src/ov.cc	Sun Nov 23 21:46:44 2003 +0000
@@ -54,6 +54,7 @@
 #include "ov-va-args.h"
 #include "ov-builtin.h"
 #include "ov-mapper.h"
+#include "ov-dld-fcn.h"
 #include "ov-usr-fcn.h"
 #include "ov-fcn-handle.h"
 #include "ov-typeinfo.h"
@@ -1898,6 +1899,7 @@
   octave_builtin::register_type ();
   octave_mapper::register_type ();
   octave_user_function::register_type ();
+  octave_dld_function::register_type ();
   octave_fcn_handle::register_type ();
   octave_streamoff::register_type ();
 }