$OpenBSD: patch-upnphttp_c,v 1.3 2013/05/07 20:37:23 sthen Exp $
--- upnphttp.c.orig	Mon Mar 18 05:37:46 2013
+++ upnphttp.c	Sat Mar 30 20:51:55 2013
@@ -1300,6 +1300,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 )
