Skip to content

Commit 1bbb214

Browse files
committed
Disk (Linux): f* Android
Fixes #1993
1 parent 316d8dd commit 1bbb214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/disk/disk_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <sys/stat.h>
1111
#include <sys/statvfs.h>
1212

13-
#ifdef STATX_BTIME
13+
#if defined(STATX_BTIME) && !defined(__ANDROID__)
1414
#include <sys/syscall.h>
1515
#endif
1616

0 commit comments

Comments
 (0)