$NetBSD: patch-ae,v 1.2 2006/07/09 09:27:52 xtraeme Exp $

--- lib/obex_main.c.orig	2006-07-09 10:34:51.000000000 +0200
+++ lib/obex_main.c	2006-07-09 10:35:37.000000000 +0200
@@ -45,7 +45,9 @@
 #include <sys/types.h>
 #include <stdio.h>
 
-#ifdef HAVE_BLUETOOTH
+#ifdef HAVE_NETBSD_BLUETOOTH
+#include <bluetooth.h>
+#elif defined(HAVE_BLUETOOTH)
 #include <bluetooth/bluetooth.h>
 #endif /*HAVE_BLUETOOTH*/
 
