Commit ab0af298 by Edward Thomson

Include stdarg.h for the va_copy test

parent 98b93662
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#ifndef INCLUDE_compat_h__ #ifndef INCLUDE_compat_h__
#define INCLUDE_compat_h__ #define INCLUDE_compat_h__
#include <stdarg.h>
/* /*
* See if our compiler is known to support flexible array members. * See if our compiler is known to support flexible array members.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment