diff --git a/src/file_watch.c b/src/file_watch.c index 2aa7cf6..ed8b5c3 100644 --- a/src/file_watch.c +++ b/src/file_watch.c @@ -3,8 +3,10 @@ #ifdef HAS_INOTIFY #include #elif HAS_KQUEUE -#include +// clang-format off #include +// clang-format on +#include #undef EV_ERROR // Avoid clashing with libev's EV_ERROR #include // For O_RDONLY #include // For struct timespec