Skip to content

Commit 142eb22

Browse files
committed
Add include of stdarg to metacall_log.
1 parent 5fb545e commit 142eb22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/metacall/include/metacall/metacall_log.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ extern "C" {
3333

3434
#include <stdint.h>
3535
#include <stdio.h>
36+
#include <stdarg.h>
3637

3738
/* -- Enumerations -- */
3839

0 commit comments

Comments
 (0)