void-packages/srcpkgs/libgcrypt/patches/fix-musl.patch
2022-02-25 23:32:32 +00:00

6 lines
209 B
Diff

--- ./random/jitterentropy-base-user.h 2022-02-18 23:47:12.316087972 +0400
+++ ./random/jitterentropy-base-user.h 2022-02-18 23:48:22.766682019 +0400
@@ -43,0 +44,2 @@
+#include <fcntl.h>
+#include <limits.h>