pkgsrc/net/libmms/patches/patch-aa
joerg 22119eef72 malloc.h: evil
stdlib.h: good
using patches: better
2007-09-16 20:55:31 +00:00

13 lines
306 B
Text

$NetBSD: patch-aa,v 1.1 2007/09/16 20:55:32 joerg Exp $
--- src/uri.c.orig 2007-09-16 20:32:33.000000000 +0000
+++ src/uri.c
@@ -20,7 +20,7 @@
/* FIXME: #include "gnet-private.h" */
#include <glib.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include "uri.h"