$NetBSD: patch-ab,v 1.3 2009/07/20 05:56:03 hasso 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
+#if defined(__NetBSD__) || defined(__DragonFly__)
+#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"
