15 lines
288 B
Text
15 lines
288 B
Text
|
$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"
|