blob: 03c122ceb110b9dd643147666a381c54369aaf65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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>
|