freebsd-ports/math/djbfft/files/patch-accuracy.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

9 lines
223 B
C

--- accuracy.c.orig 2009-03-27 09:48:32.000000000 -0300
+++ accuracy.c 2009-03-27 09:48:45.000000000 -0300
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <math.h>
#include "fftc4.h"
#include "fftc8.h"