void-packages/srcpkgs/libgcrypt/patches/fix-musl.patch

6 lines
209 B
Diff
Raw Normal View History

2022-02-18 20:28:44 +00:00
--- ./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>