Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 327eb39

Browse files
committed
Fix android-ashmem.h file not found
1 parent 9f4206a commit 327eb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_mode/afl-llvm-rt.o.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
This code is the rewrite of afl-as.h's main_payload.
2727
*/
2828

29-
#include "android-ashmem.h"
29+
#include "../android-ashmem.h"
3030
#include "../config.h"
3131
#include "../types.h"
3232

0 commit comments

Comments
 (0)