mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
string.c: Include <stdarg.h> for va_list type and va_* macros
Closes #6141
This commit is contained in:
parent
3a2ae17062
commit
a667972568
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user