strings.h: Include <stdarg.h> for vim_vsnprintf's use of va_list

This fully resolves #6141.
This commit is contained in:
James McCoy 2017-02-20 11:54:58 -05:00
parent a667972568
commit ddab4661f7

View File

@ -1,6 +1,7 @@
#ifndef NVIM_STRINGS_H
#define NVIM_STRINGS_H
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>