packages/utils/bluez-utils/patches/001-include_limits.patch
florian d84ce95ff5 Update bluez-utils to 3.36 (#3765)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-19 18:00:19 +00:00

21 lines
447 B
Diff

--- a/hidd/sdp.c
+++ b/hidd/sdp.c
@@ -34,6 +34,7 @@
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/socket.h>
+#include <linux/limits.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap.h>
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -37,6 +37,7 @@
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <linux/limits.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>