diff options
-rw-r--r-- | miscutils/inotifyd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c index 3b11dc271..5ac47386a 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c | |||
@@ -28,7 +28,7 @@ | |||
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "libbb.h" | 30 | #include "libbb.h" |
31 | #include <linux/inotify.h> | 31 | #include <sys/inotify.h> |
32 | 32 | ||
33 | static const char mask_names[] ALIGN1 = | 33 | static const char mask_names[] ALIGN1 = |
34 | "a" // 0x00000001 File was accessed | 34 | "a" // 0x00000001 File was accessed |