1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/community/kup/0001-fix-build.patch
2021-06-22 07:42:08 +00:00

12 lines
250 B
Diff

diff --git a/daemon/fsexecutor.cpp b/daemon/fsexecutor.cpp
index a49d81a..a68f4d9 100644
--- a/daemon/fsexecutor.cpp
+++ b/daemon/fsexecutor.cpp
@@ -15,6 +15,7 @@
#include <fcntl.h>
#include <sys/stat.h>
+#include <sys/select.h>
namespace {