diff options
Diffstat (limited to 'comms/gnokii/files/patch-common-devices-unixbluetooth.c')
-rw-r--r-- | comms/gnokii/files/patch-common-devices-unixbluetooth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/files/patch-common-devices-unixbluetooth.c b/comms/gnokii/files/patch-common-devices-unixbluetooth.c index 7b2074e39925..5bb9bb09a702 100644 --- a/comms/gnokii/files/patch-common-devices-unixbluetooth.c +++ b/comms/gnokii/files/patch-common-devices-unixbluetooth.c @@ -1,11 +1,11 @@ --- common/devices/unixbluetooth.c.orig 2008-10-05 12:14:31.000000000 +0200 -+++ common/devices/unixbluetooth.c 2008-11-04 22:30:35.000000000 +0100 ++++ common/devices/unixbluetooth.c 2009-02-17 17:03:58.000000000 +0100 @@ -54,6 +54,8 @@ #include <netgraph/bluetooth/include/ng_hci.h> #include <netgraph/bluetooth/include/ng_l2cap.h> #include <netgraph/bluetooth/include/ng_btsocket.h> +#include <bluetooth.h> -+#include <sdp.h> ++#include </usr/include/sdp.h> #define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM #define BDADDR_ANY NG_HCI_BDADDR_ANY |