aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/djbfft/files/patch-accuracy.c8
-rw-r--r--math/djbfft/files/patch-accuracy2.c8
-rw-r--r--math/djbfft/files/patch-speed.c8
3 files changed, 24 insertions, 0 deletions
diff --git a/math/djbfft/files/patch-accuracy.c b/math/djbfft/files/patch-accuracy.c
new file mode 100644
index 000000000000..60f99ce03fce
--- /dev/null
+++ b/math/djbfft/files/patch-accuracy.c
@@ -0,0 +1,8 @@
+--- 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"
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"
diff --git a/math/djbfft/files/patch-speed.c b/math/djbfft/files/patch-speed.c
new file mode 100644
index 000000000000..733b981c4f18
--- /dev/null
+++ b/math/djbfft/files/patch-speed.c
@@ -0,0 +1,8 @@
+--- speed.c.orig 2009-03-27 09:49:42.000000000 -0300
++++ speed.c 2009-03-27 09:49:57.000000000 -0300
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include "fftr4.h"
+ #include "fftr8.h"
+ #include "fftc4.h"