Fix build break in TravisCI

Former-commit-id: 2da09e07321e114faa04f84ef7a50908ecac5eea
This commit is contained in:
John Sully 2019-10-23 13:31:39 -04:00
parent 8d0b21c403
commit 391b2f311e

View File

@ -42,6 +42,7 @@
#endif #endif
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#ifdef __APPLE__ #ifdef __APPLE__
#include <TargetConditionals.h> #include <TargetConditionals.h>