You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/tree-puzzle/files/tree-puzzle-impl-dec.patch

15 lines
380 B

src/sprng/primes-lcg64.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/sprng/primes-lcg64.c b/src/sprng/primes-lcg64.c
index 8e5a7c9..fb04373 100644
--- a/src/sprng/primes-lcg64.c
+++ b/src/sprng/primes-lcg64.c
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "primes-lcg64.h"
#include "primelist-lcg64.h"