Include stdarg.h for the va_copy test

This commit is contained in:
Edward Thomson 2014-02-24 21:56:08 -08:00
parent 98b9366212
commit ab0af298da

View File

@ -7,6 +7,8 @@
#ifndef INCLUDE_compat_h__
#define INCLUDE_compat_h__
#include <stdarg.h>
/*
* See if our compiler is known to support flexible array members.
*/