diff options
Diffstat (limited to 'sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch')
-rw-r--r-- | sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch b/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch new file mode 100644 index 000000000000..6cc6e6f40092 --- /dev/null +++ b/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/336649 + +--- src/main.c ++++ 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> |