summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2003-02-12 17:29:30 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2003-02-12 17:29:30 +0000
commit18d53b56f5038bee8a2db36743aadbfa43eda134 (patch)
tree99cef4e4dff1ded3e632089ecaf70d2a49fe69be
parentca228d0628dee2228f7dd8cfeb6a51f9f1279f4a (diff)
downloadxine-lib-18d53b56f5038bee8a2db36743aadbfa43eda134.tar.gz
xine-lib-18d53b56f5038bee8a2db36743aadbfa43eda134.tar.bz2
malloc.h is deprecated on FreeBSD and apparently unneeded on gnu/linux
CVS patchset: 4139 CVS date: 2003/02/12 17:29:30
-rw-r--r--src/libspudec/spu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c
index b96a9ae9d..af9677133 100644
--- a/src/libspudec/spu.c
+++ b/src/libspudec/spu.c
@@ -35,7 +35,7 @@
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: spu.c,v 1.58 2002/12/26 21:53:42 miguelfreitas Exp $
+ * $Id: spu.c,v 1.59 2003/02/12 17:29:30 heikos Exp $
*
*/
@@ -45,7 +45,6 @@
#include <unistd.h>
#include <string.h>
#include <inttypes.h>
-#include <malloc.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>