kup: fix build on musl
This commit is contained in:
parent
020e5945bd
commit
538b592f5c
1 changed files with 10 additions and 0 deletions
10
srcpkgs/kup/patches/musl.patch
Normal file
10
srcpkgs/kup/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/daemon/fsexecutor.cpp
|
||||
+++ b/daemon/fsexecutor.cpp
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/select.h>
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in a new issue