2013-09-26 17:14:40 +02:00

16 lines
333 B
C

$NetBSD: patch-src_cds.c,v 1.1 2012/04/13 23:44:39 obache Exp $
* some header files are not included by libupnp>=1.6.7.
--- src/cds.c.orig 2007-12-09 13:03:36.000000000 +0000
+++ src/cds.c
@@ -20,6 +20,8 @@
*/
#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
#include <upnp/upnp.h>
#include <upnp/upnptools.h>