mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +00:00
Android fixes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef _SECCOMP_H
|
||||
#define _SECCOMP_H
|
||||
|
||||
#ifndef __APPLE__
|
||||
#if !defined(__APPLE__) && !defined(__ANDROID__)
|
||||
|
||||
#include <stdint.h>
|
||||
#include <linux/filter.h>
|
||||
|
Reference in New Issue
Block a user