Skip to content

Commit

Permalink
apply the fix suggested by https://github.com/ocaml/ocaml-lsp/issues/… (
Browse files Browse the repository at this point in the history
  • Loading branch information
mro authored Oct 4, 2024
1 parent fdc6225 commit 5ca101c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lev/vendor/ev.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@
# endif
#endif

#if __FreeBSD__
#define EV_USE_INOTIFY 0
#define EV_USE_KQUEUE 1
#endif

#if EV_USE_INOTIFY
# include <sys/statfs.h>
# include <sys/inotify.h>
Expand Down

0 comments on commit 5ca101c

Please sign in to comment.