Fix: tap.h conflicts with Clang C++ headers
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Oct 2022 21:06:22 +0000 (17:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 8 Dec 2022 14:14:28 +0000 (09:14 -0500)
commite30c79d231a46b314854f9da823e9045aa78a844
treeab76dc2e2168fb43b6b4472f6efcff56e8b748b7
parent9e0e2ff92a904f175d4e4da4f3a7dc5056a8050a
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 <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/tools/live/live_test.cpp
tests/unit/test_event_rule.cpp
tests/unit/test_relayd_backward_compat_group_by_session.cpp
tests/unit/test_utils_compat_poll.cpp
tests/unit/test_utils_expand_path.cpp
tests/unit/test_uuid.cpp
This page took 0.025258 seconds and 4 git commands to generate.