kup: fix build on musl

This commit is contained in:
q66 2022-03-13 00:05:37 +01:00
parent 020e5945bd
commit 538b592f5c

View 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 {