aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/log.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-20 12:32:41 +0100
committerGitHub <noreply@github.com>2019-01-20 12:32:41 +0100
commited6b44e1be2e0a8a1245ec3295040a092d3a05e3 (patch)
tree9617b7eae286be12ac243cb4e5d06bdfe0522abd /src/nvim/log.h
parentf2cc9e8826a72f4434a838d7d31239e5fe9d0a37 (diff)
parentc11b79ce51ad1c52e2c2e2700fcaff35b851bc97 (diff)
downloadrneovim-ed6b44e1be2e0a8a1245ec3295040a092d3a05e3.tar.gz
rneovim-ed6b44e1be2e0a8a1245ec3295040a092d3a05e3.tar.bz2
rneovim-ed6b44e1be2e0a8a1245ec3295040a092d3a05e3.zip
Merge #9525 'STRICT_ADD, STRICT_SUB: Log error'
Diffstat (limited to 'src/nvim/log.h')
-rw-r--r--src/nvim/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/log.h b/src/nvim/log.h
index 7d4c033565..17ff095473 100644
--- a/src/nvim/log.h
+++ b/src/nvim/log.h
@@ -4,6 +4,8 @@
#include <stdio.h>
#include <stdbool.h>
+#include "auto/config.h"
+
#define DEBUG_LOG_LEVEL 0
#define INFO_LOG_LEVEL 1
#define WARN_LOG_LEVEL 2