This commit is contained in:
vanhauser-thc
2023-07-12 16:08:22 +02:00
parent a46d27fad5
commit 2a34e84507
3 changed files with 7 additions and 3 deletions

View File

@ -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>