From 813f625e84fe128b55b4097a3299171eb0064a0c Mon Sep 17 00:00:00 2001 From: b1gr3db <73140724+b1gr3db@users.noreply.github.com> Date: Mon, 15 Feb 2021 14:33:31 -0500 Subject: Add needed header removed in newer versions of AFL --- libAflDyninst.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libAflDyninst.cpp') diff --git a/libAflDyninst.cpp b/libAflDyninst.cpp index 0bed71d..fca9557 100644 --- a/libAflDyninst.cpp +++ b/libAflDyninst.cpp @@ -1,4 +1,5 @@ #include "config.h" // do symlink: ln -s ../AFLplusplus/include afl +#include "types.h" // Also needed via symlink for newer AFL versions #include "dyninstversion.h" // if this include errors, compile and install https://github.com/dyninst/dyninst #include #include -- cgit 1.4.1