diff options
Diffstat (limited to 'test/autowasm.c')
-rw-r--r-- | test/autowasm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/autowasm.c b/test/autowasm.c index 3d39e44..02e0379 100644 --- a/test/autowasm.c +++ b/test/autowasm.c @@ -6,6 +6,7 @@ #include <unistd.h> #include "./read.c" +#include "./aggregate.h" uint64_t read_leb128_u(int _fd, int max_size) { uint8_t read_bytes = 0U; |