diff options
| author | van Hauser <vh@thc.org> | 2020-06-23 21:23:10 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-06-23 21:23:10 +0200 |
| commit | 49a769ac06c78b90882a646f1bcf60248e584b5f (patch) | |
| tree | 72c5a200f3b28a76bbdb77a193cf2fcae229cde2 /libdislocator/libdislocator.so.c | |
| parent | 2b450aeb20c31dc26d84d1429ad10b01af7138d8 (diff) | |
| download | afl++-49a769ac06c78b90882a646f1bcf60248e584b5f.tar.gz | |
lto whitelist in test.sh
Diffstat (limited to 'libdislocator/libdislocator.so.c')
| -rw-r--r-- | libdislocator/libdislocator.so.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 063e3590..7a70fd15 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -40,8 +40,8 @@ #if (defined(__linux__) && !defined(__ANDROID__)) || defined(__HAIKU__) #include <unistd.h> #ifdef __linux__ - #include <sys/syscall.h> - #include <malloc.h> + #include <sys/syscall.h> + #include <malloc.h> #endif #ifdef __NR_getrandom #define arc4random_buf(p, l) \ |
