From 7f5155f714bc8dd2ea70b3fe4fb2050ffd4c7dfa Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 21 Jun 2019 10:57:25 -0400 Subject: [PATCH] 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 --- src/compat/uuid.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.34.1