1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
ports/math/primegen/files/patch-primes.c
Mario Sergio Fujikawa Ferreira 3ace356255 New port primegen version 0.97: A small, fast library to generate
prime numbers in order
2009-03-27 12:47:38 +00:00

8 lines
204 B
C

--- 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"