summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucode.c b/ucode.c
index c03b6f0..01de012 100644
--- a/ucode.c
+++ b/ucode.c
@@ -231,6 +231,7 @@ uh_ucode_state_init(struct ucode_prefix *ucode)
uc_vm_init(vm, &config);
uc_stdlib_load(uc_vm_scope_get(vm));
+ uc_search_path_init(&config.module_search_path);
/* build uhttpd api table */
v = ucv_object_new(vm);