aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/log.h')
-rw-r--r--src/nvim/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/log.h b/src/nvim/log.h
index b03c7dbc26..cac074d146 100644
--- a/src/nvim/log.h
+++ b/src/nvim/log.h
@@ -4,7 +4,7 @@
#include <stdio.h>
#include "auto/config.h"
-#include "nvim/macros.h"
+#include "nvim/macros_defs.h"
// USDT probes. Example invocation:
// NVIM_PROBE(nvim_foo_bar, 1, string.data);