mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
refactor: include missing assert header
This will solve the "implicit declaration of function ‘assert’" warning when running "make lint".
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#define NVIM_MARKTREE_H
|
#define NVIM_MARKTREE_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#include "nvim/assert.h"
|
#include "nvim/assert.h"
|
||||||
#include "nvim/garray.h"
|
#include "nvim/garray.h"
|
||||||
|
Reference in New Issue
Block a user