1
0
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:
Mario Sergio Fujikawa Ferreira 2009-03-27 12:52:23 +00:00
parent 3ace356255
commit 981f0b55f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231113
3 changed files with 24 additions and 0 deletions

View 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"

View 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"

View 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"