mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
391 B
C
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"
|