--- inotify-cxx.h.orig Sat Apr 7 00:19:27 2012 +++ inotify-cxx.h Mon Apr 24 03:08:02 2017 @@ -27,6 +27,7 @@ #define _INOTIFYCXX_H_ #include +#include #include #include #include @@ -34,11 +35,6 @@ // Please ensure that the following headers take the right place #include #include - -// Use this if syscalls not defined -#ifndef __NR_inotify_init -#include -#endif // __NR_inotify_init /// Event struct size #define INOTIFY_EVENT_SIZE (sizeof(struct inotify_event))