diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/config.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c index b2cf09411..fa3a4b0fe 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -140,6 +140,14 @@ REQUIRE_OBJECT ( pxe ); #endif /* + * Drag in all requested commands + * + */ +#ifdef NVO_CMD +REQUIRE_OBJECT ( nvo_cmd ); +#endif + +/* * Drag in miscellaneous objects * */ |
