$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.1 2008/05/14 09:41:56 jasper Exp $ --- plugins/daap/rb-daap-src.h.orig Sat Mar 8 17:34:27 2008 +++ plugins/daap/rb-daap-src.h Sat Mar 8 17:35:22 2008 @@ -25,6 +25,10 @@ #include #include +#ifndef MSG_NOSIGNAL +#define MSG_NOSIGNAL 0 +#endif + G_BEGIN_DECLS GType rb_daap_src_get_type (void);