--- watcher/inotify.c.orig 2025-08-23 19:27:40 UTC +++ watcher/inotify.c @@ -8,6 +8,7 @@ #ifndef IN_EXCL_UNLINK /* defined in but we can't include that without * breaking userspace */ +#include // from the libinotify package # define WATCHMAN_IN_EXCL_UNLINK 0x04000000 #else # define WATCHMAN_IN_EXCL_UNLINK IN_EXCL_UNLINK