Files
pkgsrc-ng/net/libdlna/patches/patch-af
2013-09-26 17:14:40 +02:00

15 lines
288 B
Plaintext

$NetBSD: patch-af,v 1.1.1.1 2010/05/23 08:03:18 obache Exp $
need stdlib.h for malloc().
--- src/upnp_dms.c.orig 2007-11-26 20:47:43.000000000 +0000
+++ src/upnp_dms.c
@@ -20,6 +20,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "dlna_internals.h"