$OpenBSD: patch-upnphttp_c,v 1.4 2014/06/11 00:26:59 sthen Exp $
--- upnphttp.c.orig	Thu Jun  5 23:14:30 2014
+++ upnphttp.c	Wed Jun 11 01:20:08 2014
@@ -1362,6 +1362,10 @@ SendResp_icon(struct upnphttp * h, char * icon)
 	                                       "Server: " MINIDLNA_SERVER_STRING "\r\n\r\n",
 	                                       mime, size, date);
 
+#ifndef MSG_MORE
+/* linux uses this to combine multiple send() calls into a single packet */
+#define MSG_MORE 0
+#endif
 	if( send_data(h, header, ret, MSG_MORE) == 0 )
 	{
 		if( h->req_command != EHead )
