void-packages/srcpkgs/ell/patches/fix-musl.patch
2018-07-25 23:18:59 -03:00

10 lines
169 B
Diff

--- ell/fswatch.c
+++ ell/fswatch.c
@@ -26,6 +26,7 @@
#include <dirent.h>
#include <unistd.h>
+#include <limits.h>
#include <sys/inotify.h>
#include "private.h"