diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index e6b522926..ce92a77e3 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2015 Hercules Dev Team + * Copyright (C) 2012-2016 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -25,6 +25,7 @@ #include "common/cbasetypes.h" #include "common/console.h" +#include "common/des.h" #include "common/db.h" #include "common/memmgr.h" #include "common/mmo.h" @@ -253,6 +254,7 @@ void core_defaults(void) { malloc_defaults(); showmsg_defaults(); cmdline_defaults(); + des_defaults(); #ifndef MINICORE libconfig_defaults(); sql_defaults(); |