Fix: ust-cancelstate: include string.h for strerror
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 19:43:06 +0000 (14:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 19:45:47 +0000 (14:45 -0500)
commit7beb5ba1d583df225e6306a927d5309d9e47294e
treeccc118fb1e14dd79a671160027ade4d89ea5005e
parent7a3433fa703db8b2c8b929b2f2c9c43484ec49f6
Fix: ust-cancelstate: include string.h for strerror

strerror() is provided by string.h, not error.h. Also error.h is not
present on FreeBSD, which causes the build to fail.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id5e29df184c1f24659e15bc16c73da01fc819905
liblttng-ust-comm/ust-cancelstate.c
This page took 0.023684 seconds and 4 git commands to generate.