about summary refs log tree commit diff
path: root/custom_mutators/aflpp/aflpp.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-04-05 14:52:53 +0200
committervanhauser-thc <vh@thc.org>2024-04-05 14:53:02 +0200
commitf7ea0f569fa57e22548c1dc8eaba2903213e496e (patch)
tree1b01d1dcb73e3a86bd4dec0cfaa0a90db932bf32 /custom_mutators/aflpp/aflpp.c
parent2bf92848ff7f48155b8fa031543ab3410dc556d6 (diff)
downloadafl++-f7ea0f569fa57e22548c1dc8eaba2903213e496e.tar.gz
fix aflpp custom mutator + standalone tool
Diffstat (limited to 'custom_mutators/aflpp/aflpp.c')
-rw-r--r--custom_mutators/aflpp/aflpp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom_mutators/aflpp/aflpp.c b/custom_mutators/aflpp/aflpp.c
index e15d0391..0b236f76 100644
--- a/custom_mutators/aflpp/aflpp.c
+++ b/custom_mutators/aflpp/aflpp.c
@@ -1,3 +1,4 @@
+#include "afl-fuzz.h"
 #include "afl-mutations.h"
 
 typedef struct my_mutator {