From e2abfd7c9808297b9e1c18226d88102b2cf6793c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 26 Jul 2005 21:35:01 +0000 Subject: bluetooth fixes from Tomas Vanek SVN-Revision: 1571 --- .../bluez-utils/patches/001-include_limits.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 openwrt/package/bluez-utils/patches/001-include_limits.patch (limited to 'openwrt/package/bluez-utils/patches/001-include_limits.patch') diff --git a/openwrt/package/bluez-utils/patches/001-include_limits.patch b/openwrt/package/bluez-utils/patches/001-include_limits.patch new file mode 100644 index 0000000..6f6cb82 --- /dev/null +++ b/openwrt/package/bluez-utils/patches/001-include_limits.patch @@ -0,0 +1,22 @@ +diff -ur bluez-utils-2.17.orig/hidd/sdp.c bluez-utils-2.17/hidd/sdp.c +--- bluez-utils-2.17.orig/hidd/sdp.c 2005-05-09 20:33:24.000000000 +0200 ++++ bluez-utils-2.17/hidd/sdp.c 2005-07-26 14:38:13.000000000 +0200 +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + + #include + #include +diff -ur bluez-utils-2.17.orig/tools/hciconfig.c bluez-utils-2.17/tools/hciconfig.c +--- bluez-utils-2.17.orig/tools/hciconfig.c 2005-05-09 20:33:24.000000000 +0200 ++++ bluez-utils-2.17/tools/hciconfig.c 2005-07-26 14:34:29.000000000 +0200 +@@ -40,6 +40,7 @@ + #include + #include + #include ++#include + + #include + #include -- cgit v1.1