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-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch

13 lines
217 B

http://bugs.gentoo.org/336649
--- a/src/main.c
+++ b/src/main.c
@@ -19,6 +19,7 @@
#include <config.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <sys/wait.h>
#include <stdarg.h>
#include <errno.h>