mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7bcdd7c82e
PR: 18190 Submitted by: Maxim Sobolev <sobomax@altavista.net>
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
--- timidity/resample.c.orig Tue Feb 1 23:16:29 2000
|
|
+++ timidity/resample.c Mon Apr 24 12:53:27 2000
|
|
@@ -22,7 +22,11 @@
|
|
|
|
#include <math.h>
|
|
#include <stdio.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#include <malloc.h>
|
|
+#endif
|
|
|
|
#include "config.h"
|
|
#include "common.h"
|