about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-08 12:55:35 +0200
committervan Hauser <vh@thc.org>2020-08-08 12:55:35 +0200
commitebc6f528683c47b92ab08b469fc0b235ecce1062 (patch)
tree59449b5c007a4074a4a7a1b783cade528044c2c9
parenta19b31bf826c4d501ceb871824e12ad75ce64446 (diff)
downloadafl++-ebc6f528683c47b92ab08b469fc0b235ecce1062.tar.gz
cp inc
-rwxr-xr-xqemu_taint/build.sh2
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 ../..