root/trunk/freewrt/package/bluez-utils/patches/001-include_limits.patch

Revision 1, 0.8 kB (checked in by wbx, 3 years ago)

add OpenWrt? trunk revision 3830.

  • bluez-utils-2.17/hidd/sdp.c

    old new  
    3939#include <string.h> 
    4040#include <sys/stat.h> 
    4141#include <sys/socket.h> 
     42#include <linux/limits.h> 
    4243 
    4344#include <bluetooth/bluetooth.h> 
    4445#include <bluetooth/l2cap.h> 
  • bluez-utils-2.17/tools/hciconfig.c

    old new  
    4040#include <getopt.h> 
    4141#include <sys/ioctl.h> 
    4242#include <sys/socket.h> 
     43#include <linux/limits.h> 
    4344 
    4445#include <bluetooth/bluetooth.h> 
    4546#include <bluetooth/hci.h> 
Note: See TracBrowser for help on using the browser.