freebsd-ports/math/primegen/files/patch-primegaps.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
203 B
C

--- primegaps.c.orig 2009-03-27 09:17:07.000000000 -0300
+++ primegaps.c 2009-03-27 09:17:19.000000000 -0300
@@ -1,4 +1,5 @@
#include <math.h>
+#include <stdio.h>
#include "primegen.h"
primegen pg;