#include int main() { int inotifyFd; inotifyFd = inotify_init(); return 0; }