Index: man-pages-2.33/man2/inotify_add_watch.2
===================================================================
--- man-pages-2.33.orig/man2/inotify_add_watch.2	2006-06-02 10:51:19.000000000 -0300
+++ man-pages-2.33/man2/inotify_add_watch.2	2006-06-02 10:51:31.000000000 -0300
@@ -30,7 +30,7 @@
 .SH NAME
 inotify_add_watch \- add a watch to an initialized inotify instance
 .SH SYNOPSIS
-.B #include <inotify.h>
+.B #include <linux/inotify.h>
 .sp
 .BI "int inotify_add_watch(int " fd ", const char *" path ", uint32_t " mask );
 .SH DESCRIPTION
Index: man-pages-2.33/man2/inotify_init.2
===================================================================
--- man-pages-2.33.orig/man2/inotify_init.2	2006-06-02 10:51:38.000000000 -0300
+++ man-pages-2.33/man2/inotify_init.2	2006-06-02 10:51:47.000000000 -0300
@@ -29,7 +29,7 @@
 .SH NAME
 inotify_init \- initialize an inotify instance
 .SH SYNOPSIS
-.B #include <inotify.h>
+.B #include <linux/inotify.h>
 .sp
 .BI "int inotify_init(void)"
 .SH DESCRIPTION
Index: man-pages-2.33/man2/inotify_rm_watch.2
===================================================================
--- man-pages-2.33.orig/man2/inotify_rm_watch.2	2006-06-02 10:51:53.000000000 -0300
+++ man-pages-2.33/man2/inotify_rm_watch.2	2006-06-02 10:51:59.000000000 -0300
@@ -29,7 +29,7 @@
 .SH NAME
 inotify_rm_watch \- remove an existing watch from an inotify instance
 .SH SYNOPSIS
-.B #include <inotify.h>
+.B #include <linux/inotify.h>
 .sp
 .BI "int inotify_rm_watch(int " fd ", uint32_t " wd );
 .SH DESCRIPTION
