forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
204 B
C
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"
|
|
|