vp-build/srcpkgs/taskd/patches/musl.patch

11 lines
294 B
Diff

--- ./src/Directory.cpp.orig 2015-10-23 19:01:36.570860470 -0400
+++ ./src/Directory.cpp 2015-10-23 19:02:12.097860878 -0400
@@ -29,6 +29,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <limits.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>