sispmctl: moved to github
[packages.git] / utils / bluez-utils / patches / 001-include_limits.patch
1 --- a/hidd/sdp.c
2 +++ b/hidd/sdp.c
3 @@ -34,6 +34,7 @@
4  #include <sys/stat.h>
5  #include <sys/param.h>
6  #include <sys/socket.h>
7 +#include <linux/limits.h>
8  
9  #include <bluetooth/bluetooth.h>
10  #include <bluetooth/l2cap.h>
11 --- a/tools/hciconfig.c
12 +++ b/tools/hciconfig.c
13 @@ -37,6 +37,7 @@
14  #include <sys/param.h>
15  #include <sys/ioctl.h>
16  #include <sys/socket.h>
17 +#include <linux/limits.h>
18  
19  #include <bluetooth/bluetooth.h>
20  #include <bluetooth/hci.h>