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