diff options
Diffstat (limited to 'src/map/log.c')
-rw-r--r-- | src/map/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/log.c b/src/map/log.c index ae516b84e..79e3b87e6 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -18,6 +18,7 @@ #include <stdlib.h> #include <string.h> +struct log_interface log_s; /// filters for item logging typedef enum e_log_filter { |