Rev 51 | Rev 63 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 51 | Rev 55 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #include <string>
|
29 | #include <string>
|
30 | #include <deque>
|
30 | #include <deque>
|
31 | #include <map>
|
31 | #include <map>
|
32 | 32 | ||
33 | // Please ensure that the following headers take the right place
|
33 | // Please ensure that the following headers take the right place
|
- | 34 | #include <sys/syscall.h>
|
|
34 | #include <sys/inotify.h>
|
35 | #include <sys/inotify.h>
|
35 | 36 | ||
36 | // Use this if syscalls not defined
|
37 | // Use this if syscalls not defined
|
37 | #ifndef __NR_inotify_init
|
38 | #ifndef __NR_inotify_init
|
38 | #include <sys/inotify-syscalls.h>
|
39 | #include <sys/inotify-syscalls.h>
|