diff options
Diffstat (limited to 'qemu_taint/build.sh')
-rwxr-xr-x | qemu_taint/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh index cf6e7236..461ead68 100755 --- a/qemu_taint/build.sh +++ b/qemu_taint/build.sh @@ -2,6 +2,6 @@ test -d qemu || git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1 cd qemu || exit 1 test -d .git || { git stash ; git pull ; } -cp -fv ../../include/config.h . +cp -fv ../../include/config.h ../../include/types.h . ./build.sh cp -fv ./afl-qemu-taint ../.. |