Parent: 77524358658a11199b9e5a48383c56730e17e215
Author: Christian Eggers <ceggers@arri.de>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-03-19 20:57:42
Tree: 12a3ede8240ebfc523244d7291685293d95e2bb5
tools: iso-tester: add inclusion of time.h Inclusion of <linux/errqueue.h> requires that 'struct timespec' has already been defined: | In file included from ../bluez-5.79/tools/iso-tester.c:21: | /usr/include/linux/errqueue.h:57:25: error: array type has incomplete element type 'struct timespec' | 57 | struct timespec ts[3]; | | ^~
Diffstat
| M | tools/iso-tester.c | | | 1 | + |
1 files changed, 1 insertions(+), 0 deletions(-)