aboutsummaryrefslogtreecommitdiffstats
path: root/test/autowasm.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-01 20:59:10 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-01 20:59:10 +0000
commit5fa4284fbeba36a89f226b24bd302af98eba6c3d (patch)
tree5f75009e5f4ce440b79be651569272d34b17efbe /test/autowasm.c
parentupdate (diff)
downloadfaultreiber-5fa4284fbeba36a89f226b24bd302af98eba6c3d.tar.gz
faultreiber-5fa4284fbeba36a89f226b24bd302af98eba6c3d.zip
update
Diffstat (limited to '')
-rw-r--r--test/autowasm.c1
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;