diff options
| author | van Hauser <vh@thc.org> | 2020-06-21 16:33:55 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-06-21 16:33:55 +0200 |
| commit | 048e429356fb5a8592c3f6607fd4e91c7a7a2cd3 (patch) | |
| tree | 4d97ccecf1b6cece793757eb5863c7189381d901 /libdislocator/libdislocator.so.c | |
| parent | eb3cb4bbf89e367e35e33e627e767e1b490bf861 (diff) | |
| download | afl++-048e429356fb5a8592c3f6607fd4e91c7a7a2cd3.tar.gz | |
remove -Werror and add include for libdislocator
Diffstat (limited to 'libdislocator/libdislocator.so.c')
| -rw-r--r-- | libdislocator/libdislocator.so.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 6b1cc848..73c3b3e3 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -40,6 +40,7 @@ #if defined(__linux__) && !defined(__ANDROID__) #include <unistd.h> #include <sys/syscall.h> + #include <malloc.h> #ifdef __NR_getrandom #define arc4random_buf(p, l) \ do { \ |
