aports/testing/incron/fix-headers.patch
Natanael Copa 25f93960b7 testing/incron: new aport
Inotify cron system
http://inotify.aiken.cz

fixes #2443
2014-10-15 12:41:36 +00:00

11 lines
209 B
Diff

--- ./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>