mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
strings.h: Include <stdarg.h> for vim_vsnprintf's use of va_list
This fully resolves #6141.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#ifndef NVIM_STRINGS_H
|
#ifndef NVIM_STRINGS_H
|
||||||
#define NVIM_STRINGS_H
|
#define NVIM_STRINGS_H
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user