pkgsrc-ng/audio/alsa-lib/patches/patch-src_pcm_pcm__mmap.c
2014-11-05 12:41:07 +01:00

14 lines
316 B
C

$NetBSD: patch-src_pcm_pcm__mmap.c,v 1.1 2014/03/25 23:06:07 asau Exp $
--- src/pcm/pcm_mmap.c.orig 2009-12-16 15:18:51.000000000 +0000
+++ src/pcm/pcm_mmap.c
@@ -19,7 +19,7 @@
*/
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/poll.h>
#include <sys/mman.h>