10 lines
161 B
Diff
10 lines
161 B
Diff
--- a/daemon/fsexecutor.cpp
|
|
+++ b/daemon/fsexecutor.cpp
|
|
@@ -15,6 +15,7 @@
|
|
|
|
#include <fcntl.h>
|
|
#include <sys/stat.h>
|
|
+#include <sys/select.h>
|
|
|
|
namespace {
|
|
|