mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-04 01:20:44 -04:00
14 lines
316 B
C
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>
|