add -fPIC option to the C compiler, required in f31
[vsys.git] / ocaml_inotify-0.4 / inot.c
1 #include <inotifytools/inotify.h>
2
3 int main() {
4         inotify_init();
5 }