summaryrefslogtreecommitdiff
path: root/comms/openobex/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/openobex/patches/patch-ac')
-rw-r--r--comms/openobex/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/openobex/patches/patch-ac b/comms/openobex/patches/patch-ac
new file mode 100644
index 00000000000..3fa74e1bd37
--- /dev/null
+++ b/comms/openobex/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2006/07/02 18:16:53 xtraeme Exp $
+
+--- src/obex_main.c.orig 2003-10-01 13:17:13.000000000 +0200
++++ src/obex_main.c 2006-07-02 18:56:16.000000000 +0200
+@@ -46,7 +46,11 @@
+ #include <stdio.h>
+
+ #ifdef HAVE_BLUETOOTH
++#ifdef __NetBSD__
++#include <bluetooth.h>
++#else
+ #include <bluetooth/bluetooth.h>
++#endif /* __NetBSD__ */
+ #endif /*HAVE_BLUETOOTH*/
+
+ #endif /* _WIN32 */