summaryrefslogtreecommitdiffstats
path: root/audio/timidity/files/patch-aa
blob: c6f1c4dc1d23aade24e7ab9fa7dbbb3796a3788f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*** mix.c.orig	Mon May 20 17:09:46 1996
--- mix.c	Sun Nov 17 10:01:36 1996
***************
*** 23,29 ****
--- 23,33 ----
  
  #include <math.h>
  #include <stdio.h>
+ #ifdef __FreeBSD__
+ #include <stdlib.h>
+ #else
  #include <malloc.h>
+ #endif
  
  #include "config.h"
  #include "common.h"
*** resample.c.orig	Mon May 20 17:09:47 1996
--- resample.c	Sun Nov 17 09:59:29 1996
***************
*** 22,28 ****
--- 22,32 ----
  
  #include <math.h>
  #include <stdio.h>
+ #ifdef __FreeBSD__
+ #include <stdlib.h>
+ #else
  #include <malloc.h>
+ #endif
  
  #include "config.h"
  #include "common.h"
OpenPOWER on IntegriCloud