From: Michael Jeanson Date: Fri, 21 Jun 2019 14:57:25 +0000 (-0400) Subject: fix: Add missing include on macOs X-Git-Tag: v2.0.0-rc1~625 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=d1ad6fc2f1d4ea8335dcd4b7de41389055ef7101 fix: Add missing include on macOs Signed-off-by: Michael Jeanson Change-Id: Iad3dccd64a838890f0f79039df0e008ff8e9f34a Reviewed-on: https://review.lttng.org/c/babeltrace/+/1529 CI-Build: Philippe Proulx Reviewed-by: Philippe Proulx Tested-by: jenkins --- diff --git a/src/compat/uuid.c b/src/compat/uuid.c index 1f60939a..0cc5976f 100644 --- a/src/compat/uuid.c +++ b/src/compat/uuid.c @@ -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.