001-1.1.6-0007-inotify-missing-include-file.patch 538 B

123456789101112131415161718192021222324
  1. From 910b84bcd6b64a8a72368aaa66d1bd4731c67cc8 Mon Sep 17 00:00:00 2001
  2. From: Darkvater <tamas.farago@credit-suisse.com>
  3. Date: Wed, 27 Jan 2016 19:42:36 +0800
  4. Subject: [PATCH] inotify: missing include file
  5. ---
  6. inotify.c | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/inotify.c b/inotify.c
  9. index d5043bb..c5c4343 100644
  10. --- a/inotify.c
  11. +++ b/inotify.c
  12. @@ -25,6 +25,7 @@
  13. #include <unistd.h>
  14. #include <dirent.h>
  15. #include <libgen.h>
  16. +#include <signal.h>
  17. #include <errno.h>
  18. #include <sys/types.h>
  19. #include <sys/stat.h>
  20. --
  21. 2.11.0