mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 13:52:17 +00:00
Include stdarg.h for the va_copy test
This commit is contained in:
parent
98b9366212
commit
ab0af298da
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user