pkgsrc/audio/libsidplay2/patches/patch-ac
2007-07-30 10:25:42 +00:00

13 lines
427 B
Text

$NetBSD: patch-ac,v 1.1 2007/07/30 10:32:30 joerg Exp $
--- libsidutils/src/ini/ini.cpp.orig 2007-07-30 10:16:50.000000000 +0000
+++ libsidutils/src/ini/ini.cpp
@@ -100,7 +100,7 @@
//*******************************************************************************************************************
#include <assert.h>
#include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>