From 113a073baf6eb6436c785a084512f8de163676ad Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 1 May 2020 21:21:09 +0200 Subject: [PATCH] inotify.7: Add missing #include in example program Reported-by: Jason Etherton Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 1 + 1 file changed, 1 insertion(+) diff --git a/man7/inotify.7 b/man7/inotify.7 index 50d93af43..45a39b495 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -923,6 +923,7 @@ Listening for events stopped. #include #include #include +#include /* Read all available inotify events from the file descriptor 'fd'. wd is the table of watch descriptors for the directories in argv.