diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-08 17:23:45 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-08 17:23:45 +0100 |
commit | b6209b373217a7cc84e229cf8f7fff3253815b8e (patch) | |
tree | 51c5ea4c2f45b9d2f882ddc020ad82ddbb26d730 /libdislocator/libdislocator.so.c | |
parent | ce49ba428bde81d34c01720f6e45bb28c66adee9 (diff) | |
download | afl++-b6209b373217a7cc84e229cf8f7fff3253815b8e.tar.gz |
build fixes for FreeBSD 11
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 { |