diff options
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r-- | src/core/os_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c index 822d1dcd0..5842f888f 100644 --- a/src/core/os_help.c +++ b/src/core/os_help.c @@ -64,3 +64,5 @@ int do_help(User * u) } return MOD_CONT; } + +MODULE_INIT("os_help") |