diff options
author | vanhauser-thc <vh@thc.org> | 2023-07-12 16:08:22 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-07-12 16:08:22 +0200 |
commit | 2a34e845072204b29200bf0e480d1d4f2201b332 (patch) | |
tree | 0e235cddf3824cfd25871de9bb06c422213a1c43 /include/android-ashmem.h | |
parent | a46d27fad51a8fdd905bb8771bd73eeb2c054895 (diff) | |
download | afl++-2a34e845072204b29200bf0e480d1d4f2201b332.tar.gz |
nits
Diffstat (limited to 'include/android-ashmem.h')
-rw-r--r-- | include/android-ashmem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/android-ashmem.h b/include/android-ashmem.h index 1bfd3220..065c213b 100644 --- a/include/android-ashmem.h +++ b/include/android-ashmem.h @@ -2,7 +2,9 @@ #ifndef _ANDROID_ASHMEM_H #define _ANDROID_ASHMEM_H - #define _GNU_SOURCE + #ifndef _GNU_SOURCE + #define _GNU_SOURCE + #endif #include <sys/syscall.h> #include <unistd.h> #include <fcntl.h> |