diff options
Diffstat (limited to 'math/djbfft/files/patch-accuracy2.c')
-rw-r--r-- | math/djbfft/files/patch-accuracy2.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/djbfft/files/patch-accuracy2.c b/math/djbfft/files/patch-accuracy2.c new file mode 100644 index 000000000000..e6ca8859c283 --- /dev/null +++ b/math/djbfft/files/patch-accuracy2.c @@ -0,0 +1,8 @@ +--- 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" |