fix: remove unused include wait.h
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 13 Apr 2021 19:49:20 +0000 (15:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 20:03:45 +0000 (16:03 -0400)
commit1c6960cd7db149e8d112cca04339abf00c283fac
tree52974ff158b10fcdadbec205b9e32ecdbc4fad92
parentd7b6eb89e8cf28513029db5418d8a93213257f7c
fix: remove unused include wait.h

We moved our internal 'wait.h' to 'common/wait.h' but forgot the include
in 'lttng-events.c'. This was a stale include as we don't use anything
from wait.h here. On Linux this went unnoticed as there is a system
'wait.h' which is an alias for 'sys/wait.h'. However, there is no such
system header on FreeBSD and it results in a build failure.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I10034b65e4cacae0ef729ce07d505a37f0b2f1cc
src/lib/lttng-ust/lttng-events.c
This page took 0.024957 seconds and 4 git commands to generate.