aboutsummaryrefslogtreecommitdiffstats
path: root/community/incron/fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/incron/fix-headers.patch')
-rw-r--r--community/incron/fix-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/incron/fix-headers.patch b/community/incron/fix-headers.patch
new file mode 100644
index 0000000000..64771ffd12
--- /dev/null
+++ b/community/incron/fix-headers.patch
@@ -0,0 +1,10 @@
+--- ./icd-main.cpp.orig
++++ ./icd-main.cpp
+@@ -24,6 +24,7 @@
+ #include <dirent.h>
+ #include <syslog.h>
+ #include <errno.h>
++#include <unistd.h>
+ #include <sys/poll.h>
+ #include <sys/stat.h>
+ #include <cstdio>