aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 666712304..6bcd3c1ca 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -227,6 +227,9 @@ REQUIRE_OBJECT ( sanboot_cmd );
#ifdef MENU_CMD
REQUIRE_OBJECT ( dynui_cmd );
#endif
+#ifdef FORM_CMD
+REQUIRE_OBJECT ( dynui_cmd );
+#endif
#ifdef LOGIN_CMD
REQUIRE_OBJECT ( login_cmd );
#endif