Index: incron-0.5.10/inotify-cxx.h =================================================================== --- incron-0.5.10.orig/inotify-cxx.h +++ incron-0.5.10/inotify-cxx.h @@ -37,7 +37,7 @@ #include // Use this if syscalls not defined -#ifndef __NR_inotify_init +#if not defined(__NR_inotify_init) && not defined(__aarch64__) #include #endif // __NR_inotify_init