summaryrefslogtreecommitdiff
path: root/sys-process/incron/files/incron-0.5.10+gcc-4.7.patch
blob: a1b690510f348442c068e774670c77bbce6f9e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: incron-0.5.10/icd-main.cpp
===================================================================
--- incron-0.5.10.orig/icd-main.cpp
+++ incron-0.5.10/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>