aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/inotify.h')
-rw-r--r--include/linux/inotify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/inotify.h b/include/linux/inotify.h
index 959a38b8f75..94d209a1b68 100644
--- a/include/linux/inotify.h
+++ b/include/linux/inotify.h
@@ -69,4 +69,9 @@ struct inotify_event {
69#define IN_CLOEXEC O_CLOEXEC 69#define IN_CLOEXEC O_CLOEXEC
70#define IN_NONBLOCK O_NONBLOCK 70#define IN_NONBLOCK O_NONBLOCK
71 71
72#ifdef __KERNEL__
73#include <linux/sysctl.h>
74extern struct ctl_table inotify_table[]; /* for sysctl */
75#endif
76
72#endif /* _LINUX_INOTIFY_H */ 77#endif /* _LINUX_INOTIFY_H */