You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/incron/files/incron-0.5.10+gcc-4.7.patch

13 lines
335 B

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>