Added missing header declaration.
This commit is contained in:
parent
b1e52bb9d4
commit
30c9c52426
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue