pkgsrc-ng/filesystems/fuse-djmount/patches/patch-djmount_upnp__util.c
2013-09-26 17:14:40 +02:00

18 lines
391 B
C

$NetBSD: patch-djmount_upnp__util.c,v 1.1 2012/04/13 23:55:37 obache Exp $
* upnp header files will not include string.h anymore.
--- djmount/upnp_util.c.orig 2006-08-27 20:12:20.000000000 +0000
+++ djmount/upnp_util.c
@@ -28,6 +28,10 @@
# include <config.h>
#endif
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
+
#include "upnp_util.h"
#include "log.h"
#include "xml_util.h"