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:43:06 +0000 (14:43 -0500)
commit5bb3f6928314c6cec09221d5e533d4d20ae886a7
tree650ace661d15e9268f70242fa7edb2822a4f020d
parentda1fdbeafb69b13c01470c3ce76fa8b3a32978a0
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
src/lib/lttng-ust-common/ust-cancelstate.c
This page took 0.02475 seconds and 4 git commands to generate.