Added missing header declaration.

This commit is contained in:
Adam Harrison
2023-08-19 12:29:18 +08:00
committed by takase1121
parent 95f18a1148
commit 5907118683
+1
View File
@@ -28,6 +28,7 @@ Go figure.
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> // for BUFSIZ? this is kinda weird #include <stdio.h> // for BUFSIZ? this is kinda weird
#include <stdlib.h>
#define SYMBOL_WRAP_DECL(ret, name, ...) \ #define SYMBOL_WRAP_DECL(ret, name, ...) \
ret name(__VA_ARGS__) ret name(__VA_ARGS__)