blob: f591f056e0c0a3164208425e2e960f0c83137df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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*/
|