mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
o Silence some compiler warnings by adding some missing header files
o No PORTREVISION bump since there was no functional change
This commit is contained in:
parent
3ace356255
commit
981f0b55f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231113
8
math/djbfft/files/patch-accuracy.c
Normal file
8
math/djbfft/files/patch-accuracy.c
Normal file
@ -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"
|
8
math/djbfft/files/patch-accuracy2.c
Normal file
8
math/djbfft/files/patch-accuracy2.c
Normal file
@ -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"
|
8
math/djbfft/files/patch-speed.c
Normal file
8
math/djbfft/files/patch-speed.c
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user