mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
string.c: Include <stdarg.h> for va_list type and va_* macros
Closes #6141
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Reference in New Issue
Block a user