fix: Add missing include on macOs
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 21 Jun 2019 14:57:25 +0000 (10:57 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Jun 2019 16:06:49 +0000 (12:06 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Iad3dccd64a838890f0f79039df0e008ff8e9f34a
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1529
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/compat/uuid.c

index 1f60939a4b45a1b489160dd2cd4c417b157e31a6..0cc5976fd88959452c5edd8369e3de6c09bd1bf2 100644 (file)
@@ -23,6 +23,8 @@
  */
 
 #ifdef __APPLE__
+#include "common/macros.h"
+
 /*
  * On macOS, we need a dummy symbol so that the linker won't
  * complain of an empty table of contents.
This page took 0.024897 seconds and 4 git commands to generate.