aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
diff options
context:
space:
mode:
authorpedbap <pedbap.g@gmail.com>2021-07-01 14:36:06 +0000
committerpedbap <pedbap.g@gmail.com>2021-07-01 14:36:06 +0000
commit5066f5a6083feea074383dc014cf2ca0792633b2 (patch)
tree1abcdafdd8ac7d9e52a47830be9ae3162f201642 /src/test/fuzz
parent66d5e0d2cba50f5801a28897b89590b20cd2d8ec (diff)
downloadtor-5066f5a6083feea074383dc014cf2ca0792633b2.tar.gz
tor-5066f5a6083feea074383dc014cf2ca0792633b2.zip
Update fuzz_addressPTR.c
Diffstat (limited to 'src/test/fuzz')
-rw-r--r--src/test/fuzz/fuzz_addressPTR.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzz_addressPTR.c b/src/test/fuzz/fuzz_addressPTR.c
index 48894f1be8..e60a7dc74b 100644
--- a/src/test/fuzz/fuzz_addressPTR.c
+++ b/src/test/fuzz/fuzz_addressPTR.c
@@ -53,6 +53,8 @@
#include <stdlib.h>
#include <string.h>
+#include "test/fuzz/fuzzing.h"
+
int fuzz_init(void){
return 0;
}