2008-07-19 18:00:19 +00:00
|
|
|
--- a/hidd/sdp.c
|
|
|
|
+++ b/hidd/sdp.c
|
|
|
|
@@ -34,6 +34,7 @@
|
2006-07-28 15:04:33 +00:00
|
|
|
#include <sys/stat.h>
|
2008-07-19 18:00:19 +00:00
|
|
|
#include <sys/param.h>
|
2006-07-28 15:04:33 +00:00
|
|
|
#include <sys/socket.h>
|
|
|
|
+#include <linux/limits.h>
|
|
|
|
|
|
|
|
#include <bluetooth/bluetooth.h>
|
|
|
|
#include <bluetooth/l2cap.h>
|
2008-07-19 18:00:19 +00:00
|
|
|
--- a/tools/hciconfig.c
|
|
|
|
+++ b/tools/hciconfig.c
|
|
|
|
@@ -37,6 +37,7 @@
|
|
|
|
#include <sys/param.h>
|
2006-07-28 15:04:33 +00:00
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
+#include <linux/limits.h>
|
|
|
|
|
|
|
|
#include <bluetooth/bluetooth.h>
|
|
|
|
#include <bluetooth/hci.h>
|