aboutsummaryrefslogtreecommitdiffstats
path: root/community/incron/fix-headers.patch
blob: 64771ffd126acc07042d326bde702296b5f641a9 (plain)
1
2
3
4
5
6
7
8
9
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>