diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-08 18:07:39 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-08 18:07:39 +0100 |
| commit | e6685436d8c8e5a346b3aa10b9d28098c1ca2dd7 (patch) | |
| tree | 62e8b70a8210da308620b71fab193f71bfef2a8a /libdislocator/libdislocator.so.c | |
| parent | 5fa4f47baec7e3dc78e685f9f8a44bf34c3eba53 (diff) | |
| parent | a93e11b79702eece7bda93bc8646c0bb9c2b0b64 (diff) | |
| download | afl++-e6685436d8c8e5a346b3aa10b9d28098c1ca2dd7.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'libdislocator/libdislocator.so.c')
| -rw-r--r-- | libdislocator/libdislocator.so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index a426c387..98f16358 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -64,7 +64,7 @@ #include "config.h" #include "types.h" -#if __STDC_VERSION__ < 201112L +#if __STDC_VERSION__ < 201112L || defined __FreeBSD__ // use this hack if not C11 typedef struct { |
