entr: fix musl build
This commit is contained in:
parent
1fe06bdbcc
commit
d5416ad544
1 changed files with 10 additions and 0 deletions
10
srcpkgs/entr/patches/include-sysctl.patch
Normal file
10
srcpkgs/entr/patches/include-sysctl.patch
Normal 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>
|
Loading…
Reference in a new issue