entr: fix musl build

This commit is contained in:
John 2020-02-15 16:39:36 +01:00
parent 1fe06bdbcc
commit d5416ad544

View file

@ -0,0 +1,10 @@
--- 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>