summaryrefslogtreecommitdiff
path: root/sysutils/watchman/files/patch-watcher_inotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/watchman/files/patch-watcher_inotify.c')
-rw-r--r--sysutils/watchman/files/patch-watcher_inotify.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/watchman/files/patch-watcher_inotify.c b/sysutils/watchman/files/patch-watcher_inotify.c
new file mode 100644
index 000000000000..335276f46c4b
--- /dev/null
+++ b/sysutils/watchman/files/patch-watcher_inotify.c
@@ -0,0 +1,10 @@
+--- watcher/inotify.c.orig 2025-08-23 19:27:40 UTC
++++ watcher/inotify.c
+@@ -8,6 +8,7 @@
+ #ifndef IN_EXCL_UNLINK
+ /* defined in <linux/inotify.h> but we can't include that without
+ * breaking userspace */
++#include <sys/inotify.h> // from the libinotify package
+ # define WATCHMAN_IN_EXCL_UNLINK 0x04000000
+ #else
+ # define WATCHMAN_IN_EXCL_UNLINK IN_EXCL_UNLINK