2001-07-05 06:48:12 -04:00
|
|
|
$OpenBSD: patch-resample_c,v 1.1 2001/07/05 10:48:24 espie Exp $
|
|
|
|
--- resample.c.orig Mon May 20 15:09:47 1996
|
|
|
|
+++ resample.c Fri Apr 27 08:01:39 2001
|
1999-02-07 00:18:48 -05:00
|
|
|
@@ -22,7 +22,12 @@
|
|
|
|
|
|
|
|
#include <math.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
+
|
|
|
|
+#ifdef __OpenBSD__
|
|
|
|
+#include <stdlib.h>
|
|
|
|
+#else
|
|
|
|
#include <malloc.h>
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
#include "common.h"
|