diff options
author | b1gr3db <73140724+b1gr3db@users.noreply.github.com> | 2021-02-15 14:33:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 14:33:31 -0500 |
commit | 813f625e84fe128b55b4097a3299171eb0064a0c (patch) | |
tree | feb6d7e9c128ef41ce9cfbe9fae531003891f46c | |
parent | 5361d6a303ee987b933f4851e2dc78e6084083ab (diff) | |
download | afl-dyninst-813f625e84fe128b55b4097a3299171eb0064a0c.tar.gz |
Add needed header removed in newer versions of AFL
-rw-r--r-- | libAflDyninst.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <algorithm> #include <cstdio> |