diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/core.c b/src/common/core.c index 04434a5dd..e1bb9ed0b 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -20,6 +20,7 @@ #include "../common/showmsg.h" #include "../common/strlib.h" #include "../common/sysinfo.h" +#include "../common/nullpo.h" #ifndef MINICORE # include "../common/HPM.h" @@ -168,6 +169,7 @@ void usercheck(void) { } void core_defaults(void) { + nullpo_defaults(); #ifndef MINICORE hpm_defaults(); HCache_defaults(); |