diff options
Diffstat (limited to 'afl-common.h')
-rw-r--r-- | afl-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-common.h b/afl-common.h index 07afb75d..161caa39 100644 --- a/afl-common.h +++ b/afl-common.h @@ -1,5 +1,6 @@ #ifndef __AFLCOMMON_H #define __AFLCOMMON_H +#include "types.h" void detect_file_args(char **argv, u8 *prog_in); #endif |