mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
strings.h: Include <stdarg.h> for vim_vsnprintf's use of va_list
This fully resolves #6141.
This commit is contained in:
parent
a667972568
commit
ddab4661f7
@ -1,6 +1,7 @@
|
||||
#ifndef NVIM_STRINGS_H
|
||||
#define NVIM_STRINGS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user