diff --git a/C/stdpreds.c b/C/stdpreds.c index ff2c2519d..61a95b6ae 100644 --- a/C/stdpreds.c +++ b/C/stdpreds.c @@ -2301,6 +2301,14 @@ InitCPreds(void) InitForeignPreds(); } #endif +#if NUNO + { + extern void init_ol(void), init_time(void); + + init_ol(); + init_time(); + } +#endif }