13 lines
466 B
Text
13 lines
466 B
Text
$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>
|