pkgsrc-ng/audio/alsa-lib/patches/patch-src_shmarea.c
2016-10-14 07:49:11 +02:00

14 lines
312 B
C

$NetBSD: patch-src_shmarea.c,v 1.2 2016/02/18 15:15:57 wiz Exp $
--- src/shmarea.c.orig 2015-11-09 07:39:18.000000000 +0000
+++ src/shmarea.c
@@ -24,7 +24,7 @@
#ifdef HAVE_SYS_SHM_H
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/poll.h>