diff options
Diffstat (limited to 'afl-common.c')
-rw-r--r-- | afl-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-common.c b/afl-common.c index 5e2d0628..f3bbdfb4 100644 --- a/afl-common.c +++ b/afl-common.c @@ -15,6 +15,8 @@ #ifndef __glibc__ #include <unistd.h> #endif + + void detect_file_args(char** argv, u8* prog_in) { u32 i = 0; |