sessiond: build fails in --without-lttng-ust configuration
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Oct 2019 00:27:12 +0000 (20:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Oct 2019 00:27:12 +0000 (20:27 -0400)
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 <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-abi-internal.h

index 4cc3eafc25cd20e5a0c191191e308379ed81e234..8944d05935c59aa4250272fe11a4c1681138b7cc 100644 (file)
@@ -28,7 +28,7 @@
 #define LTTNG_UST_ABI_INTERNAL_H
 
 #include <stdint.h>
 #define LTTNG_UST_ABI_INTERNAL_H
 
 #include <stdint.h>
-#include <macros.h>
+#include <common/macros.h>
 
 #ifndef LTTNG_PACKED
 #error "LTTNG_PACKED should be defined"
 
 #ifndef LTTNG_PACKED
 #error "LTTNG_PACKED should be defined"
This page took 0.027899 seconds and 5 git commands to generate.