summaryrefslogtreecommitdiff
path: root/comms/obexftp/patches/patch-ag
blob: 5275ad7c970e74776d9e97f21fe018d08a2ca6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ag,v 1.2 2006/07/17 12:29:57 xtraeme Exp $

--- obexftp/cache.c.orig	2006-07-09 12:43:21.000000000 +0200
+++ obexftp/cache.c	2006-07-09 12:43:56.000000000 +0200
@@ -40,6 +40,14 @@
 #include <langinfo.h>
 #endif
 
+#ifdef HAVE_BLUETOOTH
+#ifdef __NetBSD__
+#include <bluetooth.h>
+#else
+#include <bluetooth/bluetooth.h>
+#endif
+#endif /* HAVE_BLUETOOTH */
+
 #include <openobex/obex.h>
 
 #include "obexftp.h"