$NetBSD: patch-ab,v 1.2 2006/07/17 12:29:57 xtraeme Exp $

--- multicobex/multi_cobex.c.orig	2005-11-24 15:55:11.000000000 +0100
+++ multicobex/multi_cobex.c	2006-07-09 12:21:14.000000000 +0200
@@ -49,6 +49,14 @@
 #include <termios.h>
 #endif
 
+#ifdef HAVE_BLUETOOTH
+#ifdef __NetBSD__
+#include <bluetooth.h>
+#else
+#include <bluetooth/bluetooth.h>
+#endif
+#endif /* HAVE_BLUETOOTH */
+
 #include <openobex/obex.h>
 #include "multi_cobex.h"
 #include "multi_cobex_private.h"
