fix afl-common compile

This commit is contained in:
vanhauser-thc
2021-02-28 00:12:21 +01:00
parent 6036cf8437
commit f81ef4abf4
2 changed files with 6 additions and 1 deletions

View File

@ -47,6 +47,10 @@ u8 be_quiet = 0;
u8 *doc_path = "";
u8 last_intr = 0;
#ifndef AFL_PATH
#define AFL_PATH "/usr/local/lib/afl/"
#endif
void detect_file_args(char **argv, u8 *prog_in, bool *use_stdin) {
u32 i = 0;