summaryrefslogtreecommitdiff
path: root/multimedia/ushare/patches/patch-src_mime.c
blob: 512828a97d18a700d03a5b2dc133f3e99b9d146f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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"