From: Jérémie Galarneau Date: Thu, 24 Oct 2019 00:27:12 +0000 (-0400) Subject: sessiond: build fails in --without-lttng-ust configuration X-Git-Tag: v2.12.0-rc1~278 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fe7de4bfe0b8c1ea69f8b53ad7d670876710c70c;hp=fe7de4bfe0b8c1ea69f8b53ad7d670876710c70c sessiond: build fails in --without-lttng-ust configuration The include of macros.h was changed when syncing with the latest usb-abi.h header and caused the build to fail in the --without-lttng-ust configuration. Changed the include to refer to common/macros.h. Signed-off-by: Jérémie Galarneau ---