summaryrefslogtreecommitdiff
path: root/math/primegen/files/patch-primes.c
blob: e622618cb69f5d884675656bd21c017c2b700706 (plain) (blame)
1
2
3
4
5
6
7
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"