diff options
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/log.h b/src/map/log.h index fb61b6e66..b4b8b84f4 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -131,6 +131,8 @@ struct log_interface { struct log_interface *logs; +#ifdef HERCULES_CORE void log_defaults(void); +#endif // HERCULES_CORE #endif /* MAP_LOG_H */ |