openbsd-ports/net/ushare/patches/patch-src_cds_c

17 lines
383 B
Plaintext

$OpenBSD: patch-src_cds_c,v 1.2 2012/11/07 14:53:59 dcoppa Exp $
Add missing headers
--- src/cds.c.orig Sun Dec 9 14:03:36 2007
+++ src/cds.c Wed Nov 7 13:07:32 2012
@@ -19,7 +19,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <upnp/upnp.h>
#include <upnp/upnptools.h>