Files
2013-09-26 17:14:40 +02:00

14 lines
427 B
Plaintext

$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>