Added missing header declaration.

This commit is contained in:
Adam Harrison 2023-01-19 19:28:14 -05:00 committed by George Sokianos
parent b1e52bb9d4
commit 30c9c52426
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__)