kup: fix build on musl
This commit is contained in:
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 {
|
||||||
|
|
||||||
Reference in New Issue
Block a user