diff options
author | vanhauser-thc <vh@thc.org> | 2024-07-14 10:18:23 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-07-14 10:18:23 +0200 |
commit | ccb952dde8dbf2165a0d84308e558cd68679fb13 (patch) | |
tree | aa6f0c11c8fe554cc3facb3c1a76ac9ec9822594 /include/afl-fuzz.h | |
parent | 7c380a6612f00e4a7ed02364dc2b3769e8edc8f8 (diff) | |
download | afl++-ccb952dde8dbf2165a0d84308e558cd68679fb13.tar.gz |
Revert "Replace gettimeofday with clock_gettime (#2159)"
This reverts commit 7c380a6612f00e4a7ed02364dc2b3769e8edc8f8.
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index a7526aff..0f0e45d3 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -64,6 +64,7 @@ #include <netinet/in.h> #include <sys/wait.h> +#include <sys/time.h> #ifndef USEMMAP #include <sys/shm.h> #endif |