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

14 lines
318 B
C

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