The previous tag (0.9-2) doesn't build. This one is tested to build and install ...
[vsys.git] / ocaml_inotify-0.4 / inot.c
1 #include <inotifytools/inotify.h>
2
3 int main() {
4         inotify_init();
5 }