Commit: af5c3d500c27d03e1d208524c7773f142e592974
Parent: ef80103f95410619ed233d8f0f6462358c3d91af
Author: Natanael Copa <natanael.copa@gmail.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-03-05 22:31:21
Tree: 5764c6fb6484a054f81e6c626146b0c9bd27af7e

various header include fixes for building with musl libc we need: sys/stat.h for mode_t limits.h for PATH_MAX Fixes compile errors: In file included from tools/hciconfig.c:45:0: ./src/textfile.h:27:1: error: unknown type name 'mode_t' int create_file(const char *filename, const mode_t mode); ^ tools/csr_usb.c: In function 'read_value': tools/csr_usb.c:71:12: error: 'PATH_MAX' undeclared (first use in this function) char path[PATH_MAX]; ^

Diffstat

M tools/csr_usb.c | 1 +
M tools/hciconfig.c | 1 +
M tools/hid2hci.c | 1 +

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

View Full Diff | Patch