diff options
author | van Hauser <vh@thc.org> | 2020-04-20 23:27:09 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-21 13:14:34 +0200 |
commit | 96722083d8d8cafa520c3a325bcd42b47c7b4b1f (patch) | |
tree | c355c7c7c941a634197df61119920e6357808312 | |
parent | ee238eb00d68b4f0aa6863ed58d2707746a18770 (diff) | |
download | afl++-96722083d8d8cafa520c3a325bcd42b47c7b4b1f.tar.gz |
add line
-rw-r--r-- | include/android-ashmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android-ashmem.h b/include/android-ashmem.h index b46e244b..77914c35 100644 --- a/include/android-ashmem.h +++ b/include/android-ashmem.h @@ -40,6 +40,7 @@ #define shmdt bionic_shmdt #define shmget bionic_shmget #endif + #include <sys/shm.h> #undef shmat #undef shmctl |