From: Michael Jeanson Date: Thu, 27 Oct 2022 21:06:22 +0000 (-0400) Subject: Fix: tap.h conflicts with Clang C++ headers X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=e30c79d231a46b314854f9da823e9045aa78a844;hp=e30c79d231a46b314854f9da823e9045aa78a844;p=lttng-tools.git Fix: tap.h conflicts with Clang C++ headers Always include tap.h last since it defines a 'fail' macro that clashes with some version of the clang++ system headers. Change-Id: I20938697045d00b467b12ca1e6dae159c634720a Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---