diff options
author | van Hauser <vh@thc.org> | 2021-01-21 12:03:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 12:03:21 +0100 |
commit | fc3f06caec887b807e13eeb8be4c9899ec04036a (patch) | |
tree | 1884eab7e5e1db9d4c9a00439fdb1589f15bc410 /instrumentation/llvm-ngram-coverage.h | |
parent | b39b87b2f720926645ac5ae23fd49dec7e94c7e9 (diff) | |
parent | 0d472adef0cbe68cec128b7b15e508f0bb05455d (diff) | |
download | afl++-fc3f06caec887b807e13eeb8be4c9899ec04036a.tar.gz |
Merge pull request #689 from AFLplusplus/cmplog_merge
cmplog merge
Diffstat (limited to 'instrumentation/llvm-ngram-coverage.h')
-rw-r--r-- | instrumentation/llvm-ngram-coverage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/llvm-ngram-coverage.h b/instrumentation/llvm-ngram-coverage.h index 12b666e9..666839c8 100644 --- a/instrumentation/llvm-ngram-coverage.h +++ b/instrumentation/llvm-ngram-coverage.h @@ -1,7 +1,7 @@ #ifndef AFL_NGRAM_CONFIG_H #define AFL_NGRAM_CONFIG_H -#include "../config.h" +#include "types.h" #if (MAP_SIZE_POW2 <= 16) typedef u16 PREV_LOC_T; |