mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 05:35:10 -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 <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
Loading…
Reference in New Issue
Block a user