string.c: Include <stdarg.h> for va_list type and va_* macros

Closes #6141
This commit is contained in:
James McCoy 2017-02-19 18:40:33 -05:00
parent 3a2ae17062
commit a667972568
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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>