void-packages/srcpkgs/entr/patches/include-sysctl.patch

11 lines
266 B
Diff
Raw Normal View History

2020-02-15 15:39:36 +00:00
--- missing/kqueue_inotify.c 2020-01-02 21:20:12.000000000 +0100
+++ - 2020-02-15 16:35:42.567901553 +0100
@@ -16,6 +16,7 @@
#include <sys/inotify.h>
#include <sys/event.h>
#include <sys/types.h>
+#include <linux/sysctl.h>
#include <err.h>
#include <errno.h>