blob: de5965d20b6655ccb65cc01f3782cd298aa2eefa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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"
|