freebsd-ports/math/djbfft/files/patch-accuracy2.c
Mario Sergio Fujikawa Ferreira 981f0b55f4 o Silence some compiler warnings by adding some missing header files
o No PORTREVISION bump since there was no functional change
2009-03-27 12:52:23 +00:00

8 lines
225 B
C

--- accuracy2.c.orig 2009-03-27 09:49:20.000000000 -0300
+++ accuracy2.c 2009-03-27 09:49:29.000000000 -0300
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <math.h>
#include "fftc4.h"
#include "fftc8.h"