Added missing header declaration.

This commit is contained in:
Adam Harrison 2023-01-19 19:28:14 -05:00
parent aa20159eb1
commit 9a7c442727
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Go figure.
#include <stdarg.h>
#include <stdio.h> // for BUFSIZ? this is kinda weird
#include <stdlib.h>
#define SYMBOL_WRAP_DECL(ret, name, ...) \
ret name(__VA_ARGS__)