diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-01 20:59:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-01 20:59:10 +0000 |
commit | 5fa4284fbeba36a89f226b24bd302af98eba6c3d (patch) | |
tree | 5f75009e5f4ce440b79be651569272d34b17efbe /test | |
parent | update (diff) | |
download | faultreiber-5fa4284fbeba36a89f226b24bd302af98eba6c3d.tar.gz faultreiber-5fa4284fbeba36a89f226b24bd302af98eba6c3d.zip |
update
Diffstat (limited to 'test')
-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; |