d84ce95ff5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11879 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
447 B
Diff
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>
|