diff options
author | van Hauser <vh@thc.org> | 2021-02-16 10:02:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 10:02:58 +0100 |
commit | 3275c412b6458be0ebe90b95aff9c70e2abdde20 (patch) | |
tree | 214130e10d35ed06d65fd77cdefafc5cad61ef9a /libAflDyninst.cpp | |
parent | 5361d6a303ee987b933f4851e2dc78e6084083ab (diff) | |
parent | 39af48f5c9f680d27306a2afa159219899952c87 (diff) | |
download | afl-dyninst-3275c412b6458be0ebe90b95aff9c70e2abdde20.tar.gz |
Merge pull request #2 from b1gr3db/master
Fix build failures
Diffstat (limited to 'libAflDyninst.cpp')
-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> |