Commit: b8f252332e4adff5b917445b6d60fc5d35246f8a
Parent: d59c6f08ec96a5dfcd3087cc6b798dc8d18b323f
Author: Natanael Copa <ncopa@alpinelinux.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2014-08-20 13:40:29
Tree: b701897ba1a8833c732a826c2846fd2539ab115a

tools: fix headers for bcm43xx PATH_MAX is defined in limits.h so include it explicitly. This fixes the following compile error on musl libc (Alpine Linux): tools/hciattach_bcm43xx.c: In function 'bcm43xx_locate_patch': tools/hciattach_bcm43xx.c:313:14: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX]; ^

Diffstat

M tools/hciattach_bcm43xx.c | 1 +

1 files changed, 1 insertions(+), 0 deletions(-)

View Full Diff | Patch