diff options
author | David CARLIER <devnexen@gmail.com> | 2020-04-12 15:55:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 16:55:52 +0200 |
commit | 79195454993b6cfff6b03354dbf1e045e77f83cb (patch) | |
tree | 314795c419d2d78d7f043df4bc0d42a5c09e5b8f /include/afl-fuzz.h | |
parent | 5a8db5954cac56cffa4f0066476db210dca4d330 (diff) | |
download | afl++-79195454993b6cfff6b03354dbf1e045e77f83cb.tar.gz |
Better solution for ARM64 build fix (#315)
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 58fe7c41..1440b645 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -61,7 +61,6 @@ #include <termios.h> #include <dlfcn.h> #include <sched.h> -#include <inttypes.h> #include <sys/wait.h> #include <sys/time.h> |