diff options
Diffstat (limited to 'math/primegen/files/patch-primes.c')
-rw-r--r-- | math/primegen/files/patch-primes.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/primegen/files/patch-primes.c b/math/primegen/files/patch-primes.c new file mode 100644 index 000000000000..e622618cb69f --- /dev/null +++ b/math/primegen/files/patch-primes.c @@ -0,0 +1,8 @@ +--- primes.c.orig 2009-03-27 09:19:08.000000000 -0300 ++++ primes.c 2009-03-27 09:19:14.000000000 -0300 +@@ -1,4 +1,5 @@ + #include <stdio.h> ++#include <stdlib.h> + #include "primegen.h" + #include "fs64.h" + |