void-packages/srcpkgs/rng-tools/patches/musl-needs-limits_h-include...

13 lines
314 B
Diff

See https://github.com/nhorman/rng-tools/issues/11
--- rngd.c 2017-09-09 21:28:33.134525565 +0200
+++ rngd.c 2017-09-09 21:34:36.535633815 +0200
@@ -38,6 +38,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>