void-packages/srcpkgs/pmount/patches/fix-musl.patch
2015-08-19 10:41:04 +02:00

10 lines
320 B
Diff

--- src/utils.c.orig 2015-08-19 10:39:10.080521155 +0200
+++ src/utils.c 2015-08-19 10:39:27.140521047 +0200
@@ -22,6 +22,7 @@
#include <fcntl.h>
#include <signal.h>
#include <libintl.h>
+#include <limits.h>
/* File name used to tag directories created by pmount */
#define CREATED_DIR_STAMP ".created_by_pmount"