pkgsrc/multimedia/ushare/patches/patch-src_presentation.c
obache 509248a733 * fixes build with libupnp>=1.6.7.
* Bump PKGREVISION from libupnp shlib bump.
2012-04-13 23:44:38 +00:00

15 lines
358 B
C

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