blob: 543b68b54527ed1b39d25633ee80bc7b7a0f39c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.1 2007/08/08 20:40:20 joerg Exp $
--- src_sound/nighthawk_sound.c.orig 2007-08-08 20:18:55.000000000 +0000
+++ src_sound/nighthawk_sound.c
@@ -15,7 +15,7 @@
****************************************************************************
***************************************************************************/
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
|