void-packages/srcpkgs/dosfstools/patches/musl-path_max.patch

11 lines
163 B
Diff

--- src/device_info.c.orig
+++ src/device_info.c
@@ -17,6 +17,7 @@
*/
+#include <limits.h>
#include <stdint.h>
#include <stdbool.h>
#include <sys/types.h>