diff options
Diffstat (limited to 'jim-load-static-exts.c')
-rw-r--r-- | jim-load-static-exts.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jim-load-static-exts.c b/jim-load-static-exts.c index 003b74b..e025521 100644 --- a/jim-load-static-exts.c +++ b/jim-load-static-exts.c @@ -54,5 +54,11 @@ int Jim_InitStaticExtensions(Jim_Interp *interp) #ifdef jim_ext_syslog LOAD_EXT(syslog); #endif +#ifdef jim_ext_oo + LOAD_EXT(oo); +#endif +#ifdef jim_ext_tree + LOAD_EXT(tree); +#endif return JIM_OK; } |