aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/buffer.h')
-rw-r--r--src/nvim/api/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/buffer.h b/src/nvim/api/buffer.h
index 5f39589679..2350f7f41d 100644
--- a/src/nvim/api/buffer.h
+++ b/src/nvim/api/buffer.h
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <stdbool.h>
-#include "nvim/api/defs.h"
+#include "nvim/api/private/defs.h"
/// Gets the buffer line count
///